付智勇

no message

@@ -7,7 +7,7 @@ function shell(){ @@ -7,7 +7,7 @@ function shell(){
7 7
8 shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{ 8 shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
9 return new Promise((resolve, reject) =>{ 9 return new Promise((resolve, reject) =>{
10 - let shell =`./Recorder_local`+ 10 + let shell =`pwd && ./Recorder_local`+
11 ` --appId ` +appId + 11 ` --appId ` +appId +
12 ` --uid ` +uid + 12 ` --uid ` +uid +
13 ` --channel ` + channel + 13 ` --channel ` + channel +