付智勇

no message

@@ -29,14 +29,14 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{ @@ -29,14 +29,14 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
29 }else{ 29 }else{
30 var channelInfo = await recordStatus.create({id:uuid.db32(),channel:channel,status:body.status}); 30 var channelInfo = await recordStatus.create({id:uuid.db32(),channel:channel,status:body.status});
31 } 31 }
32 - let shell =`cd /netWorkSchool/1.3sdk/Agora_Recording_SDK_for_Linux_FULL/samples && ./Recorder_local`+ 32 + let shell =`cd /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/ && ./Recorder_local`+
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 `--recordFileRootDir /netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples ` +
37 //` --channelKey ` + channelKey + 37 //` --channelKey ` + channelKey +
38 " --appliteDir \`pwd\`/../bin"; 38 " --appliteDir \`pwd\`/../bin";
39 - console.log(shell) 39 + console.log(shell)
40 40
41 await callfile.exec(shell) 41 await callfile.exec(shell)
42 return true 42 return true