ACSParticipantsUpdatedEventArgs 类
声明
@interface ACSParticipantsUpdatedEventArgs : NSObject;
说明
描述 ParticipantsUpdated 事件数据
方法
属性
addedParticipants
已添加的参与者列表
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * addedParticipants;
removedParticipants
已删除的参与者列表
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * removedParticipants;