Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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