Package version:

Event when Media play was successfully started.

interface PlayStarted {
    callConnectionId: string;
    correlationId: string;
    kind: "PlayStarted";
    resultInformation?: ResultInformation;
    serverCallId: string;
}

Hierarchy

  • Omit<RestPlayStarted,
        | "callConnectionId"
        | "serverCallId"
        | "correlationId"
        | "resultInformation">
    • PlayStarted

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?: ResultInformation

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

serverCallId: string

Server call ID.