- generateToken(String, TokenOptions) - Method in class com.opentok.OpenTok
-
Creates a token for connecting to an OpenTok session.
- generateToken(String) - Method in class com.opentok.OpenTok
-
Creates a token for connecting to an OpenTok session, using the default settings.
- generateToken() - Method in class com.opentok.Session
-
Generates the token for the session.
- generateToken(TokenOptions) - Method in class com.opentok.Session
-
Creates a token for connecting to an OpenTok session.
- getApiKey() - Method in class com.opentok.Session
-
Returns the OpenTok API key used to generate the session.
- getArchive(String) - Method in class com.opentok.OpenTok
-
Gets an
Archive object for the given archive ID.
- getCreatedAt() - Method in class com.opentok.Archive
-
The time at which the archive was created, in milliseconds since the Unix epoch.
- getCreateDt() - Method in class com.opentok.CreatedSession
-
- getData() - Method in class com.opentok.TokenOptions
-
Returns the connection metadata assigned to the token.
- getDuration() - Method in class com.opentok.Archive
-
The duration of the archive, in milliseconds.
- getExpireTime() - Method in class com.opentok.TokenOptions
-
Returns the expiration time the token, as the number of seconds since the UNIX epoch.
- getId() - Method in class com.opentok.Archive
-
The archive ID.
- getId() - Method in class com.opentok.CreatedSession
-
- getInitialLayoutClassList() - Method in class com.opentok.TokenOptions
-
- getLocation() - Method in class com.opentok.SessionProperties
-
The location hint IP address.
- getMediaServerURL() - Method in class com.opentok.CreatedSession
-
- getName() - Method in class com.opentok.Archive
-
The name of the archive.
- getOutputMode() - Method in class com.opentok.Archive
-
The output mode to be generated for this archive: composed or individual.
- getPartnerId() - Method in class com.opentok.Archive
-
The OpenTok API key associated with the archive.
- getPartnerId() - Method in class com.opentok.CreatedSession
-
- getProjectId() - Method in class com.opentok.CreatedSession
-
- getProperties() - Method in class com.opentok.Session
-
Returns the properties defining the session.
- getReason() - Method in class com.opentok.Archive
-
For archives with the status Status.STOPPED or Status.FAILED, this string describes the
reason the archive stopped (such as "maximum duration exceeded") or failed.
- getRole() - Method in class com.opentok.TokenOptions
-
Returns the role assigned to the token.
- getSessionId() - Method in class com.opentok.Archive
-
The session ID of the OpenTok session associated with this archive.
- getSessionId() - Method in class com.opentok.Session
-
Returns the session ID, which uniquely identifies the session.
- getSize() - Method in class com.opentok.Archive
-
The size of the MP4 file.
- getStatus() - Method in class com.opentok.Archive
-
- getTotalCount() - Method in class com.opentok.ArchiveList
-
The total number of Archives for the API Key.
- getUrl() - Method in class com.opentok.Archive
-
The download URL of the available MP4 file.
- valueOf(String) - Static method in enum com.opentok.Archive.OutputMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opentok.Archive.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opentok.ArchiveMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opentok.MediaMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.opentok.Role
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.opentok.Archive.OutputMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opentok.Archive.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opentok.ArchiveMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opentok.MediaMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.opentok.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.