Call.DefaultMediaType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default media type that will be used to establish an outbound call.
public:
abstract property System::String ^ DefaultMediaType { System::String ^ get(); void set(System::String ^ value); };
public abstract string DefaultMediaType { get; set; }
member this.DefaultMediaType : string with get, set
Public MustOverride Property DefaultMediaType As String
Property Value
Remarks
This property is most useful when a call supports more than one media type and at least two media providers are needed to enable the supported modalities. The default media type is used to disambiguate which media provider to use to make the outbound call.