Share via


LocalEndpoint.InnerEndpoint Property

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.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace