Edit

Share via


SignalingSession.LocalParticipant Property

Definition

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.

public:
 property Microsoft::Rtc::Signaling::SignalingParticipant ^ LocalParticipant { Microsoft::Rtc::Signaling::SignalingParticipant ^ get(); };
public Microsoft.Rtc.Signaling.SignalingParticipant LocalParticipant { get; }
member this.LocalParticipant : Microsoft.Rtc.Signaling.SignalingParticipant
Public ReadOnly Property LocalParticipant As SignalingParticipant

Property Value

Applies to