Edit

Share via


AudioVideoCall.CanHandleTransferReceived Property

Definition

Gets whether call is handling the incoming refer messages.

protected:
 virtual property bool CanHandleTransferReceived { bool get(); };
protected override bool CanHandleTransferReceived { get; }
member this.CanHandleTransferReceived : bool
Protected Overrides ReadOnly Property CanHandleTransferReceived As Boolean

Property Value

Remarks

If the flag returns true, then only the Allowed header containing the REFER will be sent out with the message.

For AudioVideoCall, this flag will be true if the application registered an eventHandler for the Transferred event.

Applies to