AudioVideoCall.CanHandleTransferReceived Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.