Add feature flag to terminate active video call instead holding when
accepting 2nd incoming video call as audio only

Bug: 309548300
Test: atest ImsCallingTest
Change-Id: Ia6a29ce7586e69d8903b37c159eb8e9e644d37b9
diff --git a/flags/ims.aconfig b/flags/ims.aconfig
index 94c933c..4638194 100644
--- a/flags/ims.aconfig
+++ b/flags/ims.aconfig
@@ -34,3 +34,10 @@
     description: "This flag is for adding suggested actions related to RAT to ims registration"
     bug:"290573256"
 }
+
+flag {
+    name: "terminate_active_video_call_when_accepting_second_video_call_as_audio_only"
+    namespace: "telephony"
+    description: "This flag terminates active video call instead holding when accepting 2nd incoming video call as audio only"
+    bug:"309548300"
+}