|
@@ -600,6 +600,7 @@ class SkyCallFragment: BaseCallFragment(), CallSessionCallback {
|
|
|
janusClient!!.connect()
|
|
|
} else if (serialAction.equals("handoff")) {
|
|
|
Constant.CALL_STATE = Constant.CALL_STANDBY
|
|
|
+ VoiceUtil.handoffAudioCall(Constant.DEVICE_ID, fromId, Constant.interactionId)
|
|
|
callEnd()
|
|
|
} else if (serialAction.equals("reject")) {
|
|
|
RingPlayHelper.stopRingTone()
|