SignalingSession.LocalParticipant Property
Gets the local participant of the session. This is helpful to get the URI of the local participant which can differ from the URI of the endpoint, particularly for incoming sessions.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property LocalParticipant As SignalingParticipant
Get
'Usage
Dim instance As SignalingSession
Dim value As SignalingParticipant
value = instance.LocalParticipant
public SignalingParticipant LocalParticipant { get; }
Property Value
Type: Microsoft.Rtc.Signaling.SignalingParticipant