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 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;