AgoraUserPriority Constants Reference

Declared in AgoraEnumerates.h

AgoraUserPriority

The priority of the remote user.

Definition

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

Constants

AgoraUserPriorityHigh

The user’s priority is high.

Declared In AgoraEnumerates.h.

AgoraUserPriorityNormal

(Default) The user’s priority is normal.

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h