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