Skip to content
Snippets Groups Projects
Commit 1ecff75e authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6220: remove audio stream when peer hangs up

parent 90c4059b
No related branches found
No related tags found
No related merge requests found
......@@ -2173,6 +2173,8 @@ void ManagerImpl::peerHungupCall (const std::string& call_id)
removeCallAccount (call_id);
removeStream(call_id);
int nbCalls = getCallList().size();
// stop streams
......
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