Skip to content
Snippets Groups Projects
Commit 67d29870 authored by asavard's avatar asavard
Browse files

[#4367] Move speaker data receive

parent 51439291
Branches
Tags
No related merge requests found
......@@ -343,8 +343,6 @@ void AudioRtpSession::run ()
_debug ("AudioRtpSession: Entering mainloop for call %s",_ca->getCallId().c_str());
receiveSpeakerData ();
uint32 timeout = 0;
while ( isActive() ) {
if ( timeout < 1000 ){ // !(timeout/1000)
......@@ -360,6 +358,7 @@ void AudioRtpSession::run ()
sendMicData ();
}
receiveSpeakerData ();
// This also should be moved
notifyIncomingCall();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment