AudioVideoCall.CanHandleTransferReceived Property
Gets whether call is handling the incoming refer messages.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property CanHandleTransferReceived As Boolean
Get
'Usage
Dim value As Boolean
value = Me.CanHandleTransferReceived
protected override bool CanHandleTransferReceived { get; }
Property Value
Type: System.Boolean
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.