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