| Modifier and Type | Method and Description |
|---|---|
Session |
OpenVidu.createSession()
Creates an OpenVidu session with the default settings
|
Session |
OpenVidu.createSession(SessionProperties properties)
Creates an OpenVidu session
|
void |
OpenVidu.deleteRecording(String recordingId)
Deletes a recording.
|
String |
Session.generateToken()
Gets a new token associated to Session object with default values for
TokenOptions. |
String |
Session.generateToken(TokenOptions tokenOptions)
Gets a new token associated to Session object configured with
tokenOptions. |
Recording |
OpenVidu.getRecording(String recordingId)
Gets an existing recording
|
List<Recording> |
OpenVidu.listRecordings()
Lists all existing recordings
|
Recording |
OpenVidu.startRecording(String sessionId)
Starts the recording of a
Session |
Recording |
OpenVidu.startRecording(String sessionId,
RecordingProperties properties)
Starts the recording of a
Session |
Recording |
OpenVidu.startRecording(String sessionId,
String name)
Starts the recording of a
Session |
Recording |
OpenVidu.stopRecording(String recordingId)
Stops the recording of a
Session |
Copyright © 2018 OpenVidu. All rights reserved.