Skip to content
Snippets Groups Projects
Commit dff50951 authored by Mohamed Chibani's avatar Mohamed Chibani
Browse files

sipcall/ice: Reset temporary ice session

The temporary ice session created by sipcall, might not be
properly released if the call is rejected by the user while
searching/connecting.

Change-Id: I053c2a4c4bd864c4dd4c73488175da30d1bf08db
parent 79ee4a52
No related branches found
No related tags found
No related merge requests found
......@@ -910,6 +910,7 @@ SIPCall::removeCall()
JAMI_WARN("[call:%s] removeCall()", getCallId().c_str());
Call::removeCall();
mediaTransport_.reset();
tmpMediaTransport_.reset();
inv.reset();
setTransport({});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment