正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -27,7 +27,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{ | @@ -27,7 +27,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{ | ||
27 | "channel":body.channel | 27 | "channel":body.channel |
28 | } | 28 | } |
29 | if(ws.readyState == 3){ | 29 | if(ws.readyState == 3){ |
30 | - ws = new WebSocket('ws://123.56.204.132:5000', { | 30 | + ws = new WebSocket('ws://60.205.150.55:5000', { |
31 | }); | 31 | }); |
32 | if(body.status == 1){ | 32 | if(body.status == 1){ |
33 | console.log('START',json) | 33 | console.log('START',json) |
-
请 注册 或 登录 后发表评论