Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets True if the invite was forked; otherwise false. Applications should not automatically accept the Invite when the flag is true.
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 was forked; otherwise false.
See Also
Reference
SessionReceivedEventArgs Class