Package version:

interface TranscriptionUpdated {
    callConnectionId: string;
    correlationId: string;
    kind: "TranscriptionUpdated";
    resultInformation?: RestResultInformation;
    serverCallId: string;
}

Hierarchy

  • Omit<RestTranscriptionUpdated,
        | "callConnectionId"
        | "serverCallId"
        | "correlationId"
        | "resultInformation">
    • TranscriptionUpdated

Properties

callConnectionId: string

Call connection ID.

correlationId: string

Correlation ID for event to call correlation. Also called ChainId for skype chain ID.

kind

kind of this event.

resultInformation?: RestResultInformation

Contains the resulting SIP code, sub-code and message.

serverCallId: string

Server call ID.