Show / Hide Table of Contents

Enum TRTCQosControlMode

2.3 QoS control mode

The TRTC SDK adjusts the codec and network module constantly to adapt to changing network conditions.

To support quick algorithm upgrade, the SDK provides two QoS control modes:

- ModeServer: cloud control, which is the default and recommended mode

- ModeClient: local control, which is for internal debugging of the SDK and is not recommended

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCQosControlMode
Remarks

You are advised to use the cloud control mode so that when we upgrade the QoS algorithm, you don’t need to update the SDK to get better QoS control results.

Fields

Name Description
TRTCQosControlModeClient

Local control, which is for internal debugging of the SDK and is not recommended

TRTCQosControlModeServer

Cloud control (default)

In This Article
Back to top Generated by DocFX