class Transcription::ConversationParticipantsChangedEventArgs

class Transcription::ConversationParticipantsChangedEventArgs
  : public SessionEventArgs
  : public Transcription::EventHelper

Event arguments for the ParticipantsChanged event. Added in 1.9.0.

Members

Reason

Syntax: public const ParticipantChangedReason & Reason;

Why the participant changed event was raised (e.g. a participant joined)

Participants

Syntax: public const std::vector< std::shared_ptr< Participant > > & Participants;

The participant(s) that joined, left, or were updated.

ConversationParticipantsChangedEventArgs

Syntax: public inline explicit ConversationParticipantsChangedEventArgs ( SPXEVENTHANDLE hevent );

Creates a new instance.

Parameters

  • hevent The event handle.