RemotePresenceView Constructors

Definition

Overloads

RemotePresenceView(LocalEndpoint)

Creates an instance of the RemotePresenceView class.

RemotePresenceView(LocalEndpoint, RemotePresenceViewSettings)

Creates an instance of the RemotePresenceView class.

RemotePresenceView(LocalEndpoint)

Creates an instance of the RemotePresenceView class.

C#
public RemotePresenceView (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint);

Parameters

endpoint
LocalEndpoint

The endpoint to which this RemotePresenceView belongs.

Exceptions

Thrown when endpoint is null.

Remarks

The subscription mode is Default.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

RemotePresenceView(LocalEndpoint, RemotePresenceViewSettings)

Creates an instance of the RemotePresenceView class.

C#
public RemotePresenceView (Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, Microsoft.Rtc.Collaboration.Presence.RemotePresenceViewSettings settings);

Parameters

endpoint
LocalEndpoint

The endpoint to which this RemotePresenceView belongs.

settings
RemotePresenceViewSettings

The settings to use to initialize this RemotePresenceView.

Exceptions

Thrown when endpoint or settings is null.

Thrown when endpoint is not established.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest