Enumeration SimulcastStreamMode

The mode in which the video stream is sent.

Enumeration Members

AutoSimulcastStream: -1

-1: By default, do not send the low-quality video stream until a subscription request for the low-quality video stream is received from the receiving end, then automatically start sending low-quality video stream.

DisableSimulcastStream: 0

0: Never send low-quality video stream.

EnableSimulcastStream: 1

1: Always send low-quality video stream.

Generated using TypeDoc