我已经尝试过此代码
partner.audioEnabled =假
但是什么也没发生。我只想禁用麦克风,而不是我的扬声器没主意吗?
最佳答案
那里的audioEnabled
属性。
participants[name].rtcPeer.audioEnabled = false;
要么
participants[name].rtcPeer.peerConnection.getLocalStreams()[0].getAudioTracks()[0].enabled = false;
关于audio - 我正在尝试在Kurento多对多教程中禁用我自己的麦克风,但到目前为止没有成功,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39744062/