stopRestreaming()
sambaFrame.stopRestreaming();Last updated
Stops the restreaming of the meeting.
sambaFrame.stopRestreaming();The method call will be ignored if restreaming is not enabled for the room or if a room restreaming is not in progress.
Sample use cases:
You may want to control restreaming of the meeting to a larger audience on Youtube, Cloudflare, etc...
stopRestreaming is often used in conjunction with startRecording method.
Last updated