InviteReceivedEventArgs.IsScreened Property
Gets whether the RemoteParticipant was screened against the LocalParticipant's container membership.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsScreened As Boolean
Get
'Usage
Dim instance As InviteReceivedEventArgs
Dim value As Boolean
value = instance.IsScreened
public bool IsScreened { get; }
Property Value
Type: System.Boolean