ConversationParticipantsChangedEventArgs class

Defines content for session events like SessionStarted/Stopped, SoundStarted/Stopped.

Extends

Constructors

ConversationParticipantsChangedEventArgs(ParticipantChangedReason, IParticipant[], string)

Properties

participants
reason
sessionId

Represents the session identifier.

Constructor Details

ConversationParticipantsChangedEventArgs(ParticipantChangedReason, IParticipant[], string)

new ConversationParticipantsChangedEventArgs(reason: ParticipantChangedReason, participants: IParticipant[], sessionId?: string)

Parameters

participants

IParticipant[]

sessionId

string

Property Details

participants

IParticipant[] participants

Property Value

reason

ParticipantChangedReason reason

Property Value

sessionId

Represents the session identifier.

string sessionId

Property Value

string

Represents the session identifier.