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.
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
- endpoint
Type: Microsoft.Rtc.Collaboration.LocalEndpoint
The endpoint to which this RemotePresenceView belongs.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when endpoint is null. |
Remarks
The subscription mode is Default.