Skip to content
Snippets Groups Projects
Commit 60374fae authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

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
parent 6c433a08
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment