Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 branch information