ACSAdmitParticipantsResult 类
声明
@interface ACSAdmitParticipantsResult : NSObject;
说明
大厅允许操作的结果
方法
属性
successCount
成功录取的参与者数
@property (readonly) int successCount;
failedParticipants
获取在允许操作期间失败的远程参与者的列表
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * failedParticipants;