ConferencingCapabilities.Mcus Property
Gets the available MCUs for scheduling.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Mcus As Collection(Of ConferenceMcuInformation)
Get
'Usage
Dim instance As ConferencingCapabilities
Dim value As Collection(Of ConferenceMcuInformation)
value = instance.Mcus
public Collection<ConferenceMcuInformation> Mcus { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<ConferenceMcuInformation>
See Also
Reference
ConferencingCapabilities Class