15 #import <Foundation/Foundation.h> 17 typedef NS_ENUM(NSInteger, EMConferenceRole){
18 EMConferenceRoleNone = 0,
19 EMConferenceRoleAudience = 1,
20 EMConferenceRoleSpeaker = 3,
21 EMConferenceRoleAdmin = 7,
24 typedef NS_ENUM(NSInteger, EMConferenceType){
25 EMConferenceTypeCommunication = 10,
26 EMConferenceTypeLargeCommunication,
47 @property (nonatomic, strong, readonly) NSString *
memberId;
57 @property (nonatomic, strong, readonly) NSString *
memberName;
66 @property (nonatomic, strong, readonly) NSString *
ext;
86 @property (nonatomic, strong, readonly) NSString *callId;
95 @property (nonatomic, strong, readonly) NSString *confId;
104 @property (nonatomic, strong, readonly) NSString *localName;
113 @property (nonatomic) EMConferenceType type;
122 @property (nonatomic) EMConferenceRole role;
131 @property (nonatomic, strong) NSArray<NSString *> *adminIds;
140 @property (nonatomic, strong) NSArray<NSString *> *speakerIds;
149 @property (nonatomic) NSInteger memberCount;
158 @property (nonatomic) BOOL willRecord;
Definition: EMCallConference.h:77
NSString * memberId
Definition: EMCallConference.h:47
NSString * memberName
Definition: EMCallConference.h:57
Definition: EMCallConference.h:38
NSString * ext
Definition: EMCallConference.h:66