stopLiveStreaming(options?)
Requires the initiating participant to be an owner or streaming admin (a participant with 'streaming' in their canAdmin permission).
If multiple RTMP endpoints are being live streamed, calling stopLiveStreaming() will stop all live streams. To remove specific endpoints without ending the stream, use removeLiveStreamingEndpoints().
If multiple instances are running, each must be stopped individually with its instanceId.
Parameters
The UUID of the streaming instance to stop. Omit to stop the default instance.
Return value
Returnsvoid. Listen for live-streaming-stopped to confirm the stream has ended.