-
- Downloads
conference: fix possible deadlock when changing media
This patch executes handleMediaChangeRequest on a thread pool to avoid potential deadlocks. Since handleMediaChangeRequest locks callMutex, it could cause a deadlock if sendSIPInfo is called at the same time. GitLab: #915 Change-Id: I7e79eef0dd00f2814ba360fc8a6e96ff107285c8
Loading
Please register or sign in to comment