jitsi / libjitsi

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

fix: Remove unused method. #536

Closed damencho closed 3 years ago

damencho commented 3 years ago

This was used only in jigasi and is wrong. Move it to the source.

ibauersachs commented 3 years ago

Are you doing a follow-up for this in Jitsi?

bgrozev commented 3 years ago

Are you doing a follow-up for this in Jitsi?

I don't see this being used anywhere in jitsi

ibauersachs commented 3 years ago

Right, I wasn't paying attention enough again, the hits were in Jigasi in org.jitsi.jigasi.SipCallKeepAliveTransformer.KeepAliveIncomingMedia#run and org.jitsi.jigasi.SoundNotificationManager#injectSoundFileInStream

damencho commented 3 years ago

I'm working on it as part of https://github.com/jitsi/jigasi/pull/300