jitsi / libjitsi

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

fix: Uses ssrc from the RTPManager when translator is used. #542

Closed damencho closed 3 years ago

damencho commented 3 years ago

In case of jigasi we are announcing the ssrc that will be sent early in the jingle and we want to return the ssrc from the translator/rtpManager and that to be the only value (not the random from the AudioMediaStreamImpl or -1 from RTPManagerImpl member localSSRC).