Commit f0d933ef by 霍志良

feat:32主叫取消呼叫埋点

parent f4915912
...@@ -619,10 +619,10 @@ class AudioHomeActivity : ...@@ -619,10 +619,10 @@ class AudioHomeActivity :
leaveChannel() leaveChannel()
uploadLog() uploadLog()
YDLavManager.instances.callEndStatusUpdate(channelId!!, 3, "主叫主动挂断") YDLavManager.instances.callEndStatusUpdate(channelId!!, 3, "主叫主动挂断")
callEventSave("51", "已接通:主叫主动挂断")
} else { } else {
userCloseCalling() userCloseCalling()
} }
callEventSave("51", "已接通:主叫主动挂断")
ActionCountUtils.count( ActionCountUtils.count(
"shengwang_popup_layer_page|shengwang_popup_layer_refuse_click", "shengwang_popup_layer_page|shengwang_popup_layer_refuse_click",
...@@ -858,7 +858,7 @@ class AudioHomeActivity : ...@@ -858,7 +858,7 @@ class AudioHomeActivity :
* *
*/ */
private fun userCloseCalling() { private fun userCloseCalling() {
callEventSave("51", "未接听时:主叫(用户)主动挂断,取消呼叫") callEventSave("32", "未接听时:主叫(用户)主动挂断,取消呼叫")
writeAgoraLog("未接听时:主叫(用户)主动挂断,取消呼叫") writeAgoraLog("未接听时:主叫(用户)主动挂断,取消呼叫")
AliYunRichLogsHelper.getInstance() AliYunRichLogsHelper.getInstance()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment