Browse Source

屏蔽鉴权

leo 9 months ago
parent
commit
a268b66879
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/rtcEngine/js/WXtrialInterface.js

+ 1 - 1
static/rtcEngine/js/WXtrialInterface.js

@@ -195,7 +195,7 @@ const app = new Vue({
                 cardWidth: 0,  // 云机系统分辨率 宽  必填
                 cardHeight: 0, // 云机系统分辨率 高  必填
                 cardDensity: 0, // 云机系统显示 密度  必填
-                authToken,  //拉流鉴权 token  必填
+                authToken: 'vclusters',  //拉流鉴权 token  必填
                 bitrate: 6000,  //码率 必填
                 fps: 30, //必填
                 callback: this.statusCallBack,//回调函数 必填