Share via


Services.AudioEnabled Property

Gets whether this presentity is capable of supporting an audio conversation.

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

Syntax

'Declaration
Public ReadOnly Property AudioEnabled As ServiceCapabilitySupport
    Get
'Usage
Dim instance As Services
Dim value As ServiceCapabilitySupport

value = instance.AudioEnabled
public ServiceCapabilitySupport AudioEnabled { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport

Remarks

If there are multiple instances of the same capability, then if any of them are enabled for render/capture, then the capability is considered enabled. If there is no entry for this capability in the notification, it would have the value ServiceCapabilitySupport.Unknown.

See Also

Reference

Services Class

Services Members

Microsoft.Rtc.Collaboration.Presence Namespace