InviteReceivedEventArgs.IsScreened 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 whether the RemoteParticipant was screened against the LocalParticipant's container membership.
public:
property bool IsScreened { bool get(); };
public bool IsScreened { get; }
member this.IsScreened : bool
Public ReadOnly Property IsScreened As Boolean