LocalEndpoint.InnerEndpoint Property

Definition

Gets the inner endpoint.

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

Property Value

Remarks

The application should not register for session received event from innerendpoint as it will clash with handling of the event at the platform level.

Applies to