RecordingService
The RecordingService allows an application to record conferences by using the start and stop methods that turn the recording on and off.
Accessors
current
• get current(): Recording | null
Returns the current recording.
Returns: Recording | null
Methods
start
▸ start(): any
Starts recording a conference. For more information, see the Recording mechanism article or the Recording document.
Returns: any
stop
▸ stop(): any
Stops recording a conference.
Returns: any