enableMonitorStream property

bool? enableMonitorStream
getter/setter pair

This value determines whether the monitor stream is enabled for the broadcast.

If the monitor stream is enabled, then YouTube will broadcast the event content on a special stream intended only for the broadcaster's consumption. The broadcaster can use the stream to review the event content and also to identify the optimal times to insert cuepoints. You need to set this value to true if you intend to have a broadcast delay for your event. Note: This property cannot be updated once the broadcast is in the testing or live state.

Implementation

core.bool? enableMonitorStream;