IsForked Property

Gets whether the Invite is forked.

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

Syntax

'Declaration
Public ReadOnly Property IsForked As Boolean
    Get
'Usage
Dim instance As SessionReceivedEventArgs
Dim value As Boolean

value = instance.IsForked
public bool IsForked { get; }

Property Value

Type: System..::..Boolean
true if the invite is forked; otherwise false.

Remarks

Applications should not automatically accept the Invite when the flag is true.

See Also

Reference

SessionReceivedEventArgs Class

SessionReceivedEventArgs Members

Microsoft.Rtc.Signaling Namespace