ACSParticipantsUpdatedEventArgs 類別
宣告
@interface ACSParticipantsUpdatedEventArgs : NSObject;
Description
描述 ParticipantsUpdated 事件數據
方法
屬性
addedParticipants
已新增的參與者清單
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * addedParticipants;
removedParticipants
已移除的參與者清單
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * removedParticipants;