Occurs when the meeting recording state is changed, refer to RecordingStatus
Occurs when the meeting recording privilege changes. For example, when a user assigns as the moderator.
Gets the current recording duration (seconds).
The recording duration
Get current meeting recording state
The current recording status
Indicates whether the local user has permission to control the recording functions.
True means has permission or otherwise
Removes the specified listener from the listener array for the event named eventName.
Adds a one-time listener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.
Pauses recording the meeting session.
0 means the action succeeds or fails otherwise
Starts recording the meeting session.
0 means the action succeeds or fails otherwise
The RecordingController class is a managing class to control the recording functions and states in an active meeting, such as starting or pausing the recording.