Класс ACSParticipantsUpdatedEventArgs
Объявление
@interface ACSParticipantsUpdatedEventArgs : NSObject;
Описание
Описание данных события ParticipantsUpdated
Методы
Свойства
addedParticipants
Список добавленных участников
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * addedParticipants;
removedParticipants
Список удаленных участников
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * removedParticipants;