Package version:

Event sent when Dtmf tone received from targeted participant in call.

interface ContinuousDtmfRecognitionToneReceived {
    callConnectionId: string;
    correlationId: string;
    kind: "ContinuousDtmfRecognitionToneReceived";
    resultInformation?: ResultInformation;
    sequenceId: number;
    serverCallId: string;
    tone: string;
}

Hierarchy

  • Omit<RestContinuousDtmfRecognitionToneReceived,
        | "callConnectionId"
        | "serverCallId"
        | "correlationId"
        | "resultInformation"
        | "sequenceId"
        | "tone">
    • ContinuousDtmfRecognitionToneReceived

Properties

callConnectionId: string

Call connection ID.

correlationId: string

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

kind

kind of this event.

resultInformation?: ResultInformation

Contains the resulting SIP code/sub-code and message from NGC services.

sequenceId: number

The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed.

serverCallId: string

Server call ID.

tone: string

Defines values for Tone.