Recorder
Represents an audio and video recorder. Add the following line to your scenario code to use the class: require(Modules.Recorder);
Represents an audio and video recorder. Add the following line to your scenario code to use the class: require(Modules.Recorder);
Adds a handler for the specified RecorderEvents event. Use only functions as handlers; anything except a function leads to the error and scenario termination when a handler is called.
Parameters
Returns the recorder’s id.
Whether to mute whole record without detaching media sources from it.
Parameters
Removes a handler for the specified RecorderEvents event.
Parameters
Stops recording and triggers the RecorderEvents.Stopped event.