PreferredServiceCapabilities.AudioSupport Property
Gets or sets the presence endpoint audio capability of the presentity.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property AudioSupport As CapabilitySupport
Get
Set
'Usage
Dim instance As PreferredServiceCapabilities
Dim value As CapabilitySupport
value = instance.AudioSupport
instance.AudioSupport = value
public CapabilitySupport AudioSupport { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CapabilitySupport
Remarks
By default, this property is set to CapabilitySupport.Default and the behavior is to not publish the Audio service/device capabilities for compatibility with Microsoft Lync 2010. This will not block Audio calls, which can still be received or sent if supported by the platform.
See Also
Reference
PreferredServiceCapabilities Class