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