Call.DefaultMediaType Property

Definition

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.

Applies to