Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs the medium.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
mediaType As String, _
status As McuMediaChannelStatus _
)
'Usage
Dim mediaType As String
Dim status As McuMediaChannelStatus
Dim instance As New McuMediaChannel(mediaType, _
status)
public McuMediaChannel(
string mediaType,
McuMediaChannelStatus status
)
Parameters
- mediaType
Type: System.String
The name or type of media from MediaType class constants
- status
Type: Microsoft.Rtc.Collaboration.McuMediaChannelStatus
The status of the media.