ACSParticipantsUpdatedEventArgs 클래스
선언
@interface ACSParticipantsUpdatedEventArgs : NSObject;
Description
ParticipantsUpdated 이벤트 데이터에 대해 설명합니다.
메서드
속성
addedParticipants
추가된 참가자 목록
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * addedParticipants;
removedParticipants
제거된 참가자 목록
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * removedParticipants;