Share via


LocalParticipant Property

Gets the local participant of the session.

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
A [SignalingParticipant] object that specifies the local participant of the session.

Remarks

This is helpful to get the URI of the local participant, which can differ from the URI of the endpoint, particularly for incoming sessions.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace