jitsi / libjitsi

Advanced Java media library for secure real-time audio/video communication.
Apache License 2.0
628 stars 281 forks source link

Fixes receiving remove videos. #507

Closed damencho closed 4 years ago

damencho commented 4 years ago

The initial change was made in 912998b9, but was not taking in consideration that all jitsi desktop video calls have a rtpTranslator, and that change broke incoming video. As this change is needed for jigasi, jigasi always sets useTranslator for the audio and that setting is only used in that case. fixes jitsi/jitsi#627 closes https://github.com/jitsi/libjitsi/pull/505

Thanks @traud for finding it.