UserEndpointSettings.Presence Property
Gets the optional presence information that will be published when AutomaticPresencePublicationEnabled is set to true.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Presence As UserPresenceSettings
Get
'Usage
Dim instance As UserEndpointSettings
Dim value As UserPresenceSettings
value = instance.Presence
public UserPresenceSettings Presence { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.UserPresenceSettings
Remarks
By default EndpointOnline will be published if AutomaticPresencePublicationEnabled is set to true. Configurable parameters include a user presence state and endpoint capabilities.