CarrierConfigManager.KeyTreatDowngradedVideoCallsAsVideoCallsBool Field

Definition

Flag indicating whether some telephony logic will treat a call which was formerly a video call as if it is still a video call.

[Android.Runtime.Register("KEY_TREAT_DOWNGRADED_VIDEO_CALLS_AS_VIDEO_CALLS_BOOL", ApiSince=25)]
public const string KeyTreatDowngradedVideoCallsAsVideoCallsBool;
[<Android.Runtime.Register("KEY_TREAT_DOWNGRADED_VIDEO_CALLS_AS_VIDEO_CALLS_BOOL", ApiSince=25)>]
val mutable KeyTreatDowngradedVideoCallsAsVideoCallsBool : string

Field Value

Attributes

Remarks

Flag indicating whether some telephony logic will treat a call which was formerly a video call as if it is still a video call. When true:

Logic which will automatically drop a video call which takes place over WIFI when a voice call is answered (see #KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL.

Logic which determines whether the user can use TTY calling.

Java documentation for android.telephony.CarrierConfigManager.KEY_TREAT_DOWNGRADED_VIDEO_CALLS_AS_VIDEO_CALLS_BOOL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to