Skip to content
Snippets Groups Projects
Commit 6e895721 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

sipcall: close audio thread when call is finished

checkAudio must be called to close audio threads when a call is
closed.

Change-Id: Iccfdccee9bd9dab2226a2092cf62e9ca225cf2ef
parent 3f686f1f
No related branches found
No related tags found
No related merge requests found
...@@ -749,6 +749,7 @@ SIPCall::onClosed() ...@@ -749,6 +749,7 @@ SIPCall::onClosed()
auto& call = *shared; auto& call = *shared;
Manager::instance().peerHungupCall(call); Manager::instance().peerHungupCall(call);
call.removeCall(); call.removeCall();
Manager::instance().checkAudio();
} }
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment