|
@@ -535,11 +535,7 @@ class SkyCallFragment: BaseCallFragment(), CallSessionCallback {
|
|
|
//通话失败,重置并返回主界面
|
|
|
showMessage("targetSipId为空!")
|
|
|
Constant.CALL_STATE = Constant.CALL_STANDBY
|
|
|
- VoiceUtil.handoffAudioCall(
|
|
|
- Constant.DEVICE_ID,
|
|
|
- fromId,
|
|
|
- Constant.interactionId
|
|
|
- )
|
|
|
+ VoiceUtil.handoffAudioCall(Constant.DEVICE_ID, fromId, Constant.interactionId)
|
|
|
callEnd()
|
|
|
}
|
|
|
} else if (curTcpModel.getAction() == TcpAction.VoiceAction.REJECT) {
|