Chrome - enable 'share audio' by default with navigator.mediaDevices.getDisplayMedia

前端 未结 0 1247
夕颜
夕颜 2020-12-14 15:31

I want to capture tab audio with Chrome. I call

navigator.mediaDevices
      .getDisplayMedia({
        video: true,
        audio: true,
      })
      .then         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题