Package version:

Options to transfer participants.

interface TransferCallToParticipantOptions {
    customCallingContext?: CustomCallingContext;
    operationCallbackUrl?: string;
    operationContext?: string;
    sourceCallIdNumber?: any;
    transferee?: any;
}

Hierarchy

  • unknown
    • TransferCallToParticipantOptions

Properties

customCallingContext?: CustomCallingContext

Used by customer to send custom context to targets.

operationCallbackUrl?: string

Set a callback URL that overrides the default callback URL set by CreateCall/AnswerCall for this operation. This setup is per-action. If this is not set, the default callback URI set by CreateCall/AnswerCall will be used.

operationContext?: string

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

sourceCallIdNumber?: any

The source caller Id, a phone number, that's will be used as the transferor's(Contoso) caller id when transfering a call a pstn target.

transferee?: any

Transferee is the participant who is transferred away.