Skip to content

RTKLivestream

Last updated View as MarkdownAgent setup

The RTKLivestream module represents the state of the current livestream, and allows to start/stop live streams.

meeting.livestream.start([livestreamConfig])

Starts livestreaming the meeting.

Kind: instance method of RTKLivestream

Param Type
[livestreamConfig] StartLivestreamConfig

meeting.livestream.stop()

Stops livestreaming the meeting.

Kind: instance method of RTKLivestream

Was this helpful?