SessionReceivedEventArgs.IsForked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets True if the invite was forked; otherwise false. Applications should not automatically accept the Invite when the flag is true.
public:
property bool IsForked { bool get(); };
public bool IsForked { get; }
member this.IsForked : bool
Public ReadOnly Property IsForked As Boolean
Property Value
True if the invite was forked; otherwise false.