ACSAdmitParticipantsResult 類別
宣告
@interface ACSAdmitParticipantsResult : NSObject;
Description
大廳允許作業的結果
方法
屬性
successCount
成功許可的參與者數目
@property (readonly) int successCount;
failedParticipants
取得允許作業期間失敗的遠端參與者清單
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * failedParticipants;