UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
11 lines (10 loc) 486 B
import { SessionEventArgs } from "../Exports.js"; import { ParticipantChangedReason } from "./Exports.js"; import { IParticipant } from "./IParticipant.js"; export declare class ConversationParticipantsChangedEventArgs extends SessionEventArgs { private privReason; private privParticipant; constructor(reason: ParticipantChangedReason, participants: IParticipant[], sessionId?: string); get reason(): ParticipantChangedReason; get participants(): IParticipant[]; }