webRTC - pushing stream through webAudio gainNode keeps mic engaged even after call hangup

前端 未结 0 1526
小鲜肉
小鲜肉 2020-12-07 12:18

I have below pieces of code

function modifyGain(stream){
    var AudioContext = window.AudioContext || window.webkitAudioContext;
  var ctx = new AudioContext         


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