AgoraUserPriority Constants Reference

Declared in AgoraEnumerates.h

AgoraUserPriority

远端用户的需求优先级。如果将某个用户的优先级设为高,那么发给这个用户的音视频流的优先级就会高于其他用户。

Definition

typedef NS_ENUM(NSInteger, AgoraUserPriority ) {
   AgoraUserPriorityHigh = 50,
   AgoraUserPriorityNormal = 100,
};

Constants

AgoraUserPriorityHigh

用户需求优先级为高

Declared In AgoraEnumerates.h.

AgoraUserPriorityNormal

(默认)用户需求优先级为正常

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h