SessionReceivedEventArgs.IsForked Property
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