From 66db2477a4855f5452c45f5e5baeae2d8c3e8c05 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期四, 14 十一月 2024 14:15:55 +0800 Subject: [PATCH] 增加sip message发送 --- 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