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.
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.