Browse Source

添加推流成功日志上报

tangdehang 3 months ago
parent
commit
e4cb028b77
1 changed files with 5 additions and 0 deletions
  1. 5 0
      static/rtcEngine/js/WXtrialInterface.js

+ 5 - 0
static/rtcEngine/js/WXtrialInterface.js

@@ -279,6 +279,11 @@ const app = new Vue({
                         // this.definitionFun(this.definitionValue)
                         // this.definitionFun(this.definitionValue)
                         // this.pushflowPopup()
                         // this.pushflowPopup()
                         // this.getResidueTime()
                         // this.getResidueTime()
+
+                        // 设置日志 推流状态为失败
+                        logReportObj.setParams({plugFowStatus: 1, linkWay: 1});
+                        // 日志上报
+                        logReportObj.collectLog(`推流成功`);
                         playOnBtn.bind(this)()
                         playOnBtn.bind(this)()
                         return
                         return
                     }
                     }