From 589eb3ae9f309dd7adaac7b5ee48f4a9259855f8 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期四, 14 十一月 2024 14:16:24 +0800 Subject: [PATCH] 对接海康可视对讲,禁用vp8 --- HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml index ead4430..d2bbe09 100644 --- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml +++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml @@ -7,6 +7,8 @@ <string name="lp_refuseStr">Refuse</string> <string name="lp_answerStr">Answer</string> <string name="lp_hangupStr">Hang up</string> + <string name="lp_hangupPhoneStr">Hang up</string> + <string name="lp_hangupStr_all">Hang up all</string> <string name="lp_unlockSuccessfullyStr">Unlock successfully</string> <string name="lp_unlockfailureStr">Unlock failure</string> <string name="lp_callingStr">Incoming call</string> -- Gitblit v1.8.0