ACSCallParticipantRole 列舉
宣告
typedef enum ACSCallParticipantRole : NSInteger { ... } ACSCallParticipantRole;
Description
通話中使用者的角色。
值
名稱 | 值 | 描述 | 備註 |
---|---|---|---|
ACSCallParticipantRoleUninitialized |
0 | 未初始化: | |
ACSCallParticipantRoleAttendee |
1 | 學員 | |
ACSCallParticipantRoleConsumer |
2 | 消費者 | |
ACSCallParticipantRolePresenter |
3 | 簡報者 | |
ACSCallParticipantRoleOrganizer |
4 | 組織者 | |
ACSCallParticipantRoleCoOrganizer |
5 | CoOrganizer |