Skip to content

Fix Jingle session termination and volume control

Daniel Brötzmann requested to merge wurstsalat/gajim:jingle-fixes into master

This fixes:

  • Jingle session termination (ending a call): we need jingle.sid to determine the session, but it was set to None earlier
  • Setting Mic/Speaker levels: jingle.sid was not propagated correctly when state is connected

I also added log info for the current codec in use.

Merge request reports