次の方法で共有


ACSAdmitAllParticipantsResult クラス

宣言

@interface ACSAdmitAllParticipantsResult : NSObject;

説明

ロビーの許可の結果All 操作

メソッド

プロパティ

successCount

正常に許可された参加者の数

@property (readonly) int successCount;

failureCount

admitAll 操作中に失敗した参加者の数

@property (readonly) int failureCount;