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.
recording.start()
Starts recording the meeting.
recording.stop()
Stops all recording currently in 'RECORDING' state
recording.pause()
Pauses all recording currently in 'RECORDING' state
recording.resume()
Resumes all recording currently in 'PAUSED' state