SignalingSession.LocalParticipant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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