流连接到 pearConnection 后,是否可以向流中添加或删除音轨?
我之前能够做到(在 getUserMedia 中)但是在流连接到 peerConnection 后它不起作用 谢谢你
流连接到 pearConnection 后,是否可以向流中添加或删除音轨?
我之前能够做到(在 getUserMedia 中)但是在流连接到 peerConnection 后它不起作用 谢谢你
这可以通过 addTrack 和 removeTrack API 实现。有关示例,请参见https://webrtc.github.io/samples/src/content/peerconnection/upgrade/(并注意 removeTrack 的参数是 RTCRtpSender,而不是轨道)