Package version:

interface RestRecordingStateChanged {
    callConnectionId?: string;
    correlationId?: string;
    recordingId?: string;
    recordingKind?: string;
    resultInformation?: RestResultInformation;
    serverCallId?: string;
    startDateTime?: any;
    state?: string;
}

Properties

callConnectionId?: string

Call connection ID.

correlationId?: string

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

recordingId?: string

The call recording id NOTE: This property will not be serialized. It can only be populated by the server.

recordingKind?: string
resultInformation?: RestResultInformation

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

serverCallId?: string

Server call ID.

startDateTime?: any

The time of the recording started NOTE: This property will not be serialized. It can only be populated by the server.

state?: string