Class SPXConversationParticipantsChangedEventArgs

Declaration

@class SPXConversationParticipantsChangedEventArgs : SPXSessionEventArgs;

Description

Defines the payload for conversation participant changed event.

Properties

reason

@property (readonly, atomic) SPXParticipantChangedReason reason;

The reason why the participant changed event was raised (e.g. a participant joined).

participants

@property (readonly, copy, nonatomic) NSArray * _Nonnull participants;

Represents the list of participant(s) that joined, left, or were updated.