Sdílet prostřednictvím


InstantMessagingCall.SupportedMediaTypes Property

Gets the list of supported Media names, which are acceptable m-lines in SDP offer/answer.

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

Syntax

'Declaration
Public Overrides ReadOnly Property SupportedMediaTypes As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As InstantMessagingCall
Dim value As ReadOnlyCollection(Of String)

value = instance.SupportedMediaTypes
public override ReadOnlyCollection<string> SupportedMediaTypes { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>

Remarks

For InstantMessagingCall, Message is the only supported MediaType.

See Also

Reference

InstantMessagingCall Class

InstantMessagingCall Members

Microsoft.Rtc.Collaboration Namespace