Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;