You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are several threads (RTP, RTCP, SIP, audio-loop) with everyone handling shutdown (of its own and triggering it for the whole program) differently.
Overhaul triggering and executing shutdown:
rewrite functions, so no thread is shut-down from external anymore
audio-loop is shut-down on last remote participant leaving (ParticipantListener)
other threads are shut-down on audio stopped (PlaybackListener) or last participant leaving (when applicable)
The text was updated successfully, but these errors were encountered:
Currently there are several threads (RTP, RTCP, SIP, audio-loop) with everyone handling shutdown (of its own and triggering it for the whole program) differently.
Overhaul triggering and executing shutdown:
The text was updated successfully, but these errors were encountered: