- generateToken() - Method in class io.openvidu.java.client.Session
-
Gets a new token associated to Session object with default values for
TokenOptions.
- generateToken(TokenOptions) - Method in class io.openvidu.java.client.Session
-
Gets a new token associated to Session object configured with
tokenOptions.
- getActiveConnections() - Method in class io.openvidu.java.client.Session
-
Returns the list of active connections to the session.
- getActiveSessions() - Method in class io.openvidu.java.client.OpenVidu
-
Returns the list of active sessions.
- getClientData() - Method in class io.openvidu.java.client.Connection
-
Returns the data associated to the connection on the client-side.
- getConnectionId() - Method in class io.openvidu.java.client.Connection
-
Returns the identifier of the connection.
- getCreatedAt() - Method in class io.openvidu.java.client.Recording
-
Time when the recording started in UTC milliseconds
- getData() - Method in class io.openvidu.java.client.TokenOptions
-
Returns the secure (server-side) metadata assigned to this token
- getDuration() - Method in class io.openvidu.java.client.Recording
-
Duration of the recording in seconds (0 until the recording is stopped)
- getFrameRate() - Method in class io.openvidu.java.client.Publisher
-
See properties of
Stream object in OpenVidu Browser library to find out more
- getId() - Method in class io.openvidu.java.client.Recording
-
Recording unique identifier
- getName() - Method in class io.openvidu.java.client.Recording
-
Name of the recording.
- getProperties() - Method in class io.openvidu.java.client.Session
-
Returns the properties defining the session
- getPublishers() - Method in class io.openvidu.java.client.Connection
-
Returns the list of Publisher objects this particular Connection is
publishing to the Session (each Publisher object has one Stream, uniquely
identified by its streamId).
- getRecording(String) - Method in class io.openvidu.java.client.OpenVidu
-
Gets an existing recording
- getRecordingLayout() - Method in class io.openvidu.java.client.Recording
-
The layout used in this recording
- getRole() - Method in class io.openvidu.java.client.Connection
-
Returns the role of the connection
- getRole() - Method in class io.openvidu.java.client.TokenOptions
-
Returns the role assigned to this token
- getServerData() - Method in class io.openvidu.java.client.Connection
-
Returns the data associated to the connection on the server-side.
- getSessionId() - Method in class io.openvidu.java.client.Recording
-
Session associated to the recording
- getSessionId() - Method in class io.openvidu.java.client.Session
-
Gets the unique identifier of the Session
- getSize() - Method in class io.openvidu.java.client.Recording
-
Size of the recording in bytes (0 until the recording is stopped)
- getStatus() - Method in exception io.openvidu.java.client.OpenViduHttpException
-
- getStatus() - Method in class io.openvidu.java.client.Recording
-
Status of the recording
- getStreamId() - Method in class io.openvidu.java.client.Publisher
-
Returns the unique identifier of the
Stream associated to this Publisher.
- getSubscribers() - Method in class io.openvidu.java.client.Connection
-
Returns the list of streams (their streamId properties) this
particular Connection is subscribed to.
- getToken() - Method in class io.openvidu.java.client.Connection
-
Returns the token associated to the connection
- getTypeOfVideo() - Method in class io.openvidu.java.client.Publisher
-
See properties of
Stream object in OpenVidu Browser library to find out more
- getUrl() - Method in class io.openvidu.java.client.Recording
-
URL of the recording.
- getVideoDimensions() - Method in class io.openvidu.java.client.Publisher
-
See properties of
Stream object in OpenVidu Browser library to find out more
- valueOf(String) - Static method in enum io.openvidu.java.client.MediaMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.openvidu.java.client.OpenViduRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.openvidu.java.client.Recording.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.openvidu.java.client.RecordingLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.openvidu.java.client.RecordingMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.openvidu.java.client.MediaMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.openvidu.java.client.OpenViduRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.openvidu.java.client.Recording.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.openvidu.java.client.RecordingLayout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.openvidu.java.client.RecordingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.