Skip to content

Commit

Permalink
苹果开发者论坛已发布一个问题,坐等他们回复
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed Jul 23, 2019
1 parent 7e49fbc commit 4fd5754
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/ztest_apple_developer_forums_getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
div.innerHTML='<div style="color:'+(err?"red":"")+'">'+(new Date().toLocaleTimeString())+' '+msg+'</div>'
reclogs.prepend(div);
};
window.onerror=function(msg){
log(msg,1);
};



Expand All @@ -120,7 +123,7 @@
//request permission, get stream
window.recOpen=function(){
if(!Ctx){
Ctx=new (AudioContext||webkitAudioContext)();
Ctx=new (window.AudioContext||webkitAudioContext)();
};
recClose();

Expand Down

0 comments on commit 4fd5754

Please sign in to comment.