IsSupportedMediaType Method
Determines whether 'mediaType' is one of the supported media types.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overridable Function IsSupportedMediaType ( _
mediaType As String _
) As Boolean
'Usage
Dim instance As Call
Dim mediaType As String
Dim returnValue As Boolean
returnValue = instance.IsSupportedMediaType(mediaType)
public virtual bool IsSupportedMediaType(
string mediaType
)
Parameters
- mediaType
Type: System..::..String
Return Value
Type: System..::..Boolean