Edit

Share via


SessionReceivedEventArgs.IsForked Property

Definition

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.

Applies to