ConferenceRecorder
Represents a conference recorder. Add the following line to your scenario code to use the class: require(Modules.Recorder);
Extends: Recorder
Methods
getPriority
Gets an endpoint’s priority.
setConference
Conference object to record.
Parameters
setPriority
Sets an endpoint’s priority.
Parameters
update
Updates the current video recorder parameters.
Parameters
Inherited Methods
addEventListener
Inherited from 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
id
Inherited from Recorder.
Returns the recorder’s id.
mute
Inherited from Recorder.
Whether to mute whole record without detaching media sources from it.
Parameters
removeEventListener
Inherited from Recorder.
Removes a handler for the specified RecorderEvents event.
Parameters
stop
Inherited from Recorder.
Stops recording and triggers the RecorderEvents.Stopped event.