Skip to content
Snippets Groups Projects
Commit 1122b6c9 authored by asavard's avatar asavard
Browse files

[#4367] Move speaker data receive

parent 67d29870
No related branches found
No related tags found
No related merge requests found
......@@ -358,7 +358,6 @@ void AudioRtpSession::run ()
sendMicData ();
}
receiveSpeakerData ();
// This also should be moved
notifyIncomingCall();
......@@ -388,6 +387,8 @@ void AudioRtpSession::run ()
}
timeout = 0;
}
receiveSpeakerData ();
}
_debug ("AudioRtpSession: Left main loop for call %s", _ca->getCallId().c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment