Share via


InviteReceivedEventArgs.IsForked Property

NOTE: This API is now obsolete.

Gets whether the invite was sent to multiple points of presence. This property will be removed in future versions.

Namespace:  Microsoft.Rtc.Collaboration.ComponentModel
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property will be removed from future Versions. Please use IsImmediateAutoAcceptNeeded property and/or IsAutoAcceptEventNeeded event exposed in derived classes of Call and ConferenceInvitation class to determine whether auto acceptance is needed or not.")> _
Public ReadOnly Property IsForked As Boolean
    Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As Boolean

value = instance.IsForked
[ObsoleteAttribute("This property will be removed from future Versions. Please use IsImmediateAutoAcceptNeeded property and/or IsAutoAcceptEventNeeded event exposed in derived classes of Call and ConferenceInvitation class to determine whether auto acceptance is needed or not.")]
public bool IsForked { get; }

Property Value

Type: System.Boolean

Remarks

This property should only be used for modalities that may be auto accepted. Currently, this includes instant messaging call and conference invitation. For other modalities, this flag is not reliable and should not be used. The application should depend on events exposed by specific modalities. For example, InstantMessagingCall exposes IsImmediateAutoAcceptNeeded property and AutoAcceptNeeded event which are useful for the application to determine whether the call should be auto accepted or not.

See Also

Reference

InviteReceivedEventArgs Class

InviteReceivedEventArgs Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace