muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.45k stars 1.75k forks source link

fix appendStream issue #832

Open hatimtekri opened 1 year ago

hatimtekri commented 1 year ago

issue: - when using multistream with the video stream, while adding a stream using "addStreams" function it only adds video to the existing stream, so the issue is with the audio stream while adding a new video stream to the existing video stream.

solution: I have changed some code in the "appendStream" function please check and merge