Inside the [MediaStreamImpl](https://github.com/webrtc-sdk/libwebrtc/blob/main/src/rtc_media_stream_impl.cc) class, the `AddTrack` method adds the same track twice to the video and audio track vectors.
Inside the MediaStreamImpl class, the
AddTrackmethod adds the same track twice to the video and audio track vectors.