類別轉譯::ConversationParticipantsChangedEventArgs

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

ParticipantsChanged 事件的事件引數。 已在 1.9.0 中新增。

成員

原因

語法: public const ParticipantChangedReason & Reason;

參與者變更事件的原因 (例如已加入參與者)

參與者

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

參與者 (已加入、離開或更新的) 。

ConversationParticipantsChangedEventArgs

語法: public inline explicit ConversationParticipantsChangedEventArgs ( SPXEVENTHANDLE hevent );

建立新的執行個體。

參數

  • hevent 事件控制碼。