McuSession Constructor

Creates a new instance of the McuSession class.

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

Syntax

'Declaration
Protected Sub New ( _
    mcuType As String _
)
'Usage
Dim mcuType As String

Dim instance As New McuSession(mcuType)
protected McuSession(
    string mcuType
)

Parameters

  • mcuType
    Type: System.String
    The MCU type the object can communicate with.

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace