diff --git a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js b/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js index 77d45ac..ae353e5 100644 --- a/util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js +++ b/util/Agora_Recording_SDK_for_Linux_FULL/samples/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)