McuSession.McuInformation Property
Gets information about the MCU including the MCU address or null if the MCU session is not bound to a conference (The parent ConferenceSession has not joined a conference yet, or the joined conference does not support the corresponding MCU type).
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property McuInformation As McuInformation
Get
'Usage
Dim instance As McuSession
Dim value As McuInformation
value = instance.McuInformation
public McuInformation McuInformation { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.McuInformation