Enumeration SimulcastStreamMode

The mode in which the video stream is sent.

Enumeration Members

AutoSimulcastStream: -1

-1: By default, the low-quality video steam is not sent; the SDK automatically switches to low-quality video stream mode after it receives a request to subscribe to a 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