mirror of https://github.com/OpenVidu/openvidu.git
openvidu-java-client: fix javadoc errors
parent
e709e63655
commit
86c4abacb1
|
@ -72,6 +72,7 @@ public class Connection {
|
|||
* <li><code>active</code>: if the internal token of the Connection has already
|
||||
* been used by some user to connect to the session, and it cannot be used
|
||||
* again.</li>
|
||||
* </ul>
|
||||
*/
|
||||
public String getStatus() {
|
||||
return this.status;
|
||||
|
|
|
@ -19,7 +19,7 @@ package io.openvidu.java.client;
|
|||
|
||||
/**
|
||||
* See
|
||||
* {@link io.openvidu.java.client.RecordingProperties#recordingLayout(RecordingLayout)}
|
||||
* {@link io.openvidu.java.client.RecordingProperties#recordingLayout()}
|
||||
*/
|
||||
public enum RecordingLayout {
|
||||
|
||||
|
|
Loading…
Reference in New Issue