Edit

Share via


AudioVideoCall.DefaultMediaType Property

Definition

Gets or sets the default media type for this call.

public:
 virtual property System::String ^ DefaultMediaType { System::String ^ get(); void set(System::String ^ value); };
public override string DefaultMediaType { get; set; }
member this.DefaultMediaType : string with get, set
Public Overrides Property DefaultMediaType As String

Property Value

Remarks

For an AudioVideo call, the default mediaType is Audio.

Applies to