pjsip / pjproject

PJSIP project
http://www.pjsip.org
GNU General Public License v2.0
2.07k stars 786 forks source link

Fix sound device auto close after conference bridge updated to asynchronous #4148

Closed nanangizz closed 1 week ago

nanangizz commented 1 week ago

The sound device auto close does not work properly after #3928 because now pjmedia_conf_disconnect_port() is asynchrounous so the bridge's port connection count is not updated immediately.