stopRecording method
Stops the ongoing room recording.
- When the recording is successfully stopped, all participants, including the local participant, will receive a Events.recordingStopped event.
Events associated with stopRecording()
Example
// Stop room recording
await room.stopRecording();
Implementation
Future<void> stopRecording() => _stopRecording();