ACSAdmitAllParticipantsResult Class
Declaration
@interface ACSAdmitAllParticipantsResult : NSObject;
Description
Result for Lobby admitAll operation
Methods
Properties
successCount
The number of successfully admitted participants
@property (readonly) int successCount;
failureCount
The number of participants that are failed during admitAll operation
@property (readonly) int failureCount;