ACSAdmitParticipantsResult Class

Declaration

@interface ACSAdmitParticipantsResult : NSObject;

Description

Result for Lobby admit operation

Methods

Properties

successCount

The number of successfully admitted participants

@property (readonly) int successCount;

failedParticipants

Get a list of remote participants that are failed during admit operation

@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * failedParticipants;