Dela via


RemotePresenceView Constructor (LocalEndpoint)

Creates an instance of the RemotePresenceView class.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Sub New ( _
    endpoint As LocalEndpoint _
)
'Usage
Dim endpoint As LocalEndpoint

Dim instance As New RemotePresenceView(endpoint)
public RemotePresenceView(
    LocalEndpoint endpoint
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

Thrown when endpoint is null.

Remarks

The subscription mode is Default.

See Also

Reference

RemotePresenceView Class

RemotePresenceView Members

RemotePresenceView Overload

Microsoft.Rtc.Collaboration.Presence Namespace