LocalEndpoint.InnerEndpoint 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 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.