ACSParticipantsUpdatedEventArgs Class

Declaration

@interface ACSParticipantsUpdatedEventArgs : NSObject;

Description

Describes a ParticipantsUpdated event data

Methods

Properties

addedParticipants

List of Participants that were added

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

removedParticipants

List of Participants that were removed

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