AgoraUserPriority Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraUserPriority
远端用户的需求优先级。如果将某个用户的优先级设为高,那么发给这个用户的音视频流的优先级就会高于其他用户。
Definition
typedef NS_ENUM(NSInteger, AgoraUserPriority ) {
AgoraUserPriorityHigh = 50,
AgoraUserPriorityNormal = 100,
};
Constants
Declared In
AgoraEnumerates.h