Package version:

Properties of a call connection

interface CallConnectionProperties {
    answeredby?: any;
    answeredFor?: any;
    callbackUrl?: string;
    callConnectionId?: string;
    callConnectionState?: string;
    correlationId?: string;
    mediaStreamingSubscription?: MediaStreamingSubscription;
    serverCallId?: string;
    source?: any;
    sourceCallerIdNumber?: any;
    sourceDisplayName?: string;
    targetParticipants?: CommunicationIdentifier[];
    transcriptionSubscription?: TranscriptionSubscription;
}

Properties

answeredby?: any

Identity of the answering entity. Only populated when identity is provided in the request.

answeredFor?: any

Identity of the original Pstn target of an incoming Call. Only populated when the original target is a Pstn number.

callbackUrl?: string

The callback URL.

callConnectionId?: string

The call connection id.

callConnectionState?: string

The state of the call connection.

correlationId?: string

The correlation ID.

mediaStreamingSubscription?: MediaStreamingSubscription

Subscription for media streaming

serverCallId?: string

The server call id.

source?: any

Source identity.

sourceCallerIdNumber?: any

The source caller Id, a phone number, that's shown to the PSTN participant being invited. Required only when calling a PSTN callee.

sourceDisplayName?: string

Display name of the call if dialing out to a pstn number.

targetParticipants?: CommunicationIdentifier[]

The targets of the call.

transcriptionSubscription?: TranscriptionSubscription

Subscription for transcription