付智勇

修改录制地址

@@ -33,6 +33,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{ @@ -33,6 +33,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
33 ` --appId ` +appId + 33 ` --appId ` +appId +
34 //` --uid ` +uid + 34 //` --uid ` +uid +
35 ` --channel ` + channel + 35 ` --channel ` + channel +
  36 + `--recordFileRootDir /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples ` +
36 //` --channelKey ` + channelKey + 37 //` --channelKey ` + channelKey +
37 " --appliteDir \`pwd\`/../bin"; 38 " --appliteDir \`pwd\`/../bin";
38 console.log(shell) 39 console.log(shell)