addLiveStreamingEndpoints({ endpoints, instanceId? })
Adds one or more RTMP destinations to an active live stream without interrupting it. Must be called after startLiveStreaming().
Parameters
An array of endpoint objects to add. Each object has a single
endpoint string — the RTMP/RTMPS ingest URL.Optional. The ID of the streaming instance to add endpoints to. Required when running multiple simultaneous streams.
Return value
void