TransferToParticipantOptions Class

Definition

The transfer call to participant operation options.

public class TransferToParticipantOptions
type TransferToParticipantOptions = class
Public Class TransferToParticipantOptions
Inheritance
TransferToParticipantOptions

Constructors

TransferToParticipantOptions(CommunicationUserIdentifier)

Creates a new TransferToParticipantOptions object.

TransferToParticipantOptions(MicrosoftTeamsUserIdentifier)

Creates a new TransferToParticipantOptions object.

TransferToParticipantOptions(PhoneNumberIdentifier)

Creates a new TransferToParticipantOptions object.

Properties

CustomCallingContext

The Custom Context which contains SIP and voip headers

OperationCallbackUri

The callback URI that overrides the default callback URI 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

The operationContext for this transfer call.

SourceCallerIdNumber

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

Target

The target callee.

Transferee

The callee that being transferred

Applies to