singleVideoPassthrough property Null safety

bool singleVideoPassthrough
final

Enable or disable single video streaming in pass-through mode

The default value is disabled. If enabled, the input video stream is not transcoded and published for CDN streaming if only one video stream is published from the room. If video streams from multiple members in the room are mixed into one video stream, the setting becomes invalid. The setting will not reset even if only one member stay in the view (one video stream).

Implementation

final bool singleVideoPassthrough;