ConversationParticipantsChangedEventArgs class
Defines content for session events like SessionStarted/Stopped, SoundStarted/Stopped.
- Extends
Constructors
Conversation |
Properties
participants | |
reason | |
session |
Represents the session identifier. |
Constructor Details
ConversationParticipantsChangedEventArgs(ParticipantChangedReason, IParticipant[], string)
new ConversationParticipantsChangedEventArgs(reason: ParticipantChangedReason, participants: IParticipant[], sessionId?: string)
Parameters
- reason
- ParticipantChangedReason
- participants
- sessionId
-
string
Property Details
participants
reason
sessionId
Represents the session identifier.
string sessionId
Property Value
string
Represents the session identifier.