OfferAnswerContext.InitialOfferMediaTypes Property
Gets a list of the call's default media types.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property InitialOfferMediaTypes As IEnumerable(Of String)
Get
Friend Set
'Usage
Dim instance As OfferAnswerContext
Dim value As IEnumerable(Of String)
value = instance.InitialOfferMediaTypes
public IEnumerable<string> InitialOfferMediaTypes { get; internal set; }
Property Value
Type: System.Collections.Generic.IEnumerable<String>
Remarks
MediaProvider can use the media types returned by this property to initialize the flow. This property will be set only for the initial outgoing offer and will be null for all other cases.