SignalingSession.IsIncoming Property
Gets whether the session was initially received in the RealTimeEndpoint SessionReceived event.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsIncoming As Boolean
Get
'Usage
Dim instance As SignalingSession
Dim value As Boolean
value = instance.IsIncoming
public bool IsIncoming { get; }
Property Value
Type: System.Boolean