- 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.
- 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.
- getLocation() - Method in class com.opentok.SessionProperties
-
The location hint IP address.
- getName() - Method in class com.opentok.Archive
-
The name of the archive.
- getPartnerId() - Method in class com.opentok.Archive
-
The OpenTok API key associated with the archive.
- 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 of Status.STOPPED, this can be set to "90 mins exceeded",
"failure", "session ended", or "user initiated".
- 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
-
- getUrl() - Method in class com.opentok.Archive
-
The download URL of the available MP4 file.