Edit

Share via


UserEndpointSettings.Presence Property

Definition

Gets the optional presence information that will be published when AutomaticPresencePublicationEnabled is set to true.

public:
 property Microsoft::Rtc::Collaboration::UserPresenceSettings ^ Presence { Microsoft::Rtc::Collaboration::UserPresenceSettings ^ get(); };
public Microsoft.Rtc.Collaboration.UserPresenceSettings Presence { get; }
member this.Presence : Microsoft.Rtc.Collaboration.UserPresenceSettings
Public ReadOnly Property Presence As UserPresenceSettings

Property Value

Remarks

By default EndpointOnline will be published if AutomaticPresencePublicationEnabled is set to true. Configurable parameters include a user presence state and endpoint capabilities.

Applies to