Skip to content
Snippets Groups Projects
Commit 053191e3 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

sipcall: handle null ice transport

Refs #68669

Change-Id: I7711a45bfa1655b39e0c939042430d4715524a67
parent 5b0d8e94
No related branches found
No related tags found
No related merge requests found
......@@ -714,6 +714,8 @@ SIPCall::getAllRemoteCandidates()
bool
SIPCall::startIce()
{
if (not iceTransport_)
return false;
if (iceTransport_->isStarted() || iceTransport_->isCompleted()) {
RING_DBG("ICE already started");
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment