付智勇

更新 shellUtil.js

... ... @@ -27,7 +27,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
"channel":body.channel
}
if(ws.readyState == 3){
ws = new WebSocket('ws://123.56.204.132:5000', {
ws = new WebSocket('ws://60.205.150.55:5000', {
});
if(body.status == 1){
console.log('START',json)
... ...