Bagikan melalui


Kelas ACSAdmitParticipantsResult

Deklarasi

@interface ACSAdmitParticipantsResult : NSObject;

Deskripsi

Hasil untuk operasi penerimaan Lobi

Metode

Properti

successCount

Jumlah peserta yang berhasil diakui

@property (readonly) int successCount;

failedParticipants

Mendapatkan daftar peserta jarak jauh yang gagal selama operasi masuk

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