CarrierConfigManager.KeyDropVideoCallWhenAnsweringAudioCallBool Field
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.
When true
, if the user is in an ongoing video call over WIFI and answers an incoming
audio call, the video call will be disconnected before the audio call is answered.
[Android.Runtime.Register("KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL", ApiSince=25)]
public const string KeyDropVideoCallWhenAnsweringAudioCallBool;
[<Android.Runtime.Register("KEY_DROP_VIDEO_CALL_WHEN_ANSWERING_AUDIO_CALL_BOOL", ApiSince=25)>]
val mutable KeyDropVideoCallWhenAnsweringAudioCallBool : string
Field Value
- Attributes
Remarks
When true
, if the user is in an ongoing video call over WIFI and answers an incoming audio call, the video call will be disconnected before the audio call is answered. This is in contrast to the usual expected behavior where a foreground video call would be put into the background and held when an incoming audio call is answered.
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.