Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the inner endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property InnerEndpoint As RealTimeEndpoint
Get
'Usage
Dim instance As LocalEndpoint
Dim value As RealTimeEndpoint
value = instance.InnerEndpoint
public RealTimeEndpoint InnerEndpoint { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeEndpoint
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.