Skip to main content

DyteRecording

The DyteRecording module represents the state of the current recording, and allows to start/stop recordings and check if there's a recording in progress.

meeting.recording.start()

Starts recording the meeting.

Kind: instance method of DyteRecording

meeting.recording.stop()

Stops all recording currently in 'RECORDING' state

Kind: instance method of DyteRecording

meeting.recording.pause()

Pauses all recording currently in 'RECORDING' state

Kind: instance method of DyteRecording

meeting.recording.resume()

Resumes all recording currently in 'PAUSED' state

Kind: instance method of DyteRecording