removeLiveStreamingEndpoints(options)
Paid plans only
Removes one or more RTMP endpoints from an active live stream. Only works on streams started with the endpoints parameter in startLiveStreaming() — not on streams started with rtmpUrl.
Parameters
DailyStreamingEndpoint[]
required
Array of endpoints to remove. Each entry must include the
endpoint URL.string
Optional. The live streaming instance to target when multiple streams are active.
Return value
void