付智勇

no message

@@ -24,6 +24,8 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{ @@ -24,6 +24,8 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey,body)=>{
24 }else { 24 }else {
25 throw false ; 25 throw false ;
26 } 26 }
  27 + }else if(body.status == 0){
  28 + throw false ;
27 }else{ 29 }else{
28 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});
29 } 31 }