startRestreaming()

The user who invoked the method will see a popup to enter the details of the target platform to restream to and start it.

sambaFrame.startRestreaming();
circle-info

The method call will be ignored if restreaming is not enabled for the room or if a room restreaming is already in progress.

Sample use cases:

  • You may want to restream the meeting to a larger audience on Youtube, Cloudflare, etc...

circle-info

startRestreaming is often used in conjunction with stopRecording method.

Last updated