Package version:

interface RestContinuousDtmfRecognitionToneReceived {
    callConnectionId?: string;
    correlationId?: string;
    operationContext?: string;
    resultInformation?: RestResultInformation;
    sequenceId?: number;
    serverCallId?: string;
    tone?: string;
}

Properties

callConnectionId?: string

Call connection ID.

correlationId?: string

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

operationContext?: string

Used by customers when calling mid-call actions to correlate the request to the response event.

resultInformation?: RestResultInformation

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

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. NOTE: This property will not be serialized. It can only be populated by the server.

serverCallId?: string

Server call ID.

tone?: string