ACSParticipantsUpdatedEventArgs (clase)
Declaración
@interface ACSParticipantsUpdatedEventArgs : NSObject;
Descripción
Describe los datos de eventos ParticipantsUpdated
Métodos
Propiedades
addedParticipants
Lista de participantes que se agregaron
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * addedParticipants;
removedParticipants
Lista de participantes que se quitaron
@property (copy, nonnull, readonly) NSArray<ACSRemoteParticipant *> * removedParticipants;