Skip to content
Snippets Groups Projects
Unverified Commit c6d8b696 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

startAllMedia: check transport_

Change-Id: Iac06d0897b37992daa959f4adf8bd1fbde33215c
parent ee0e212a
No related branches found
No related tags found
No related merge requests found
......@@ -900,6 +900,7 @@ SIPCall::getAudioCodec() const
void
SIPCall::startAllMedia()
{
if (!transport_) return;
JAMI_WARN("[call:%s] startAllMedia()", getCallId().c_str());
if (isSecure() && not transport_->isSecure()) {
JAMI_ERR("[call:%s] Can't perform secure call over insecure SIP transport",
......
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