付智勇

shell 脚本修改

... ... @@ -7,7 +7,7 @@ function shell(){
shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
return new Promise((resolve, reject) =>{
let shell =`cd util/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
let shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
` --appId ` +appId +
` --uid ` +uid +
` --channel ` + channel +
... ...