ACSAdmitParticipantsResult 클래스
선언
@interface ACSAdmitParticipantsResult : NSObject;
Description
로비 허용 작업의 결과
메서드
속성
successCount
성공적으로 인정된 참가자 수
@property (readonly) int successCount;
failedParticipants
허용 작업 중에 실패한 원격 참가자 목록 가져오기
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * failedParticipants;