Enumeration Members

Enumeration Members

ALWAYS: "ALWAYS"

The session is recorded automatically as soon as the first client publishes a stream to the session. It is automatically stopped after last user leaves the session (or until you call stopRecording).

MANUAL: "MANUAL"

The session is not recorded automatically. To record the session, you must call startRecording method. To stop the recording, you must call stopRecording.

Generated using TypeDoc