- 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.
- getAllowedFilters() - Method in class io.openvidu.java.client.KurentoOptions
-
Defines the names of the filters the user owning the token will be able to
apply.
- 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
- getKurentoOptions() - Method in class io.openvidu.java.client.TokenOptions
-
Returns the Kurento options assigned to this token
- getLocation() - Method in class io.openvidu.java.client.Connection
-
Returns the geo location of the connection, with the following format:
"CITY, COUNTRY" ("unknown" if it wasn't possible to
locate it)
(ONLY IN OPENVIDU PRO)
- getName() - Method in class io.openvidu.java.client.Recording
-
Name of the recording.
- getPlatform() - Method in class io.openvidu.java.client.Connection
-
Returns a complete description of the platform used by the participant to
connect to the session
- 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
- getVideoMaxRecvBandwidth() - Method in class io.openvidu.java.client.KurentoOptions
-
Defines the maximum number of Kbps that the client owning the token will be
able to receive from Kurento Media Server.
- getVideoMaxSendBandwidth() - Method in class io.openvidu.java.client.KurentoOptions
-
Defines the maximum number of Kbps that the client owning the token will be
able to send to Kurento Media Server.
- getVideoMinRecvBandwidth() - Method in class io.openvidu.java.client.KurentoOptions
-
Defines the minimum number of Kbps that the client owning the token will try
to receive from Kurento Media Server.
- getVideoMinSendBandwidth() - Method in class io.openvidu.java.client.KurentoOptions
-
Defines the minimum number of Kbps that the client owning the token will try
to send to Kurento Media Server.