weizhengliang 2 gadi atpakaļ
vecāks
revīzija
fd6d61a95e

+ 1 - 1
callingbed/src/main/java/com/wdkl/app/ncs/callingbed/fragment/SipCallFragment.kt

@@ -302,7 +302,7 @@ class SipCallFragment: BaseCallFragment() {
                                 acceptCall()
                                 if (sipCore == null || TextUtils.isEmpty(curInteractionVO.toSipId)) {
                                     //通话失败,重置并返回主界面
-                                    showMessage("Core或targetSipId为空!")
+                                    showMessage("Core或toSipId为空!")
                                     Constant.CALL_STATE = Constant.CALL_STANDBY
                                     VoiceUtil.handoffAudioCall(Constant.DEVICE_ID, fromId, Constant.interactionId)
                                     callEnd()