Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(audio): fix error introduced in 67f2605
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Jul 2, 2018
1 parent f7bfc99 commit 40d3015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/coreav.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ void CoreAV::groupCallCallback(void* tox, int group, int peer, const int16_t* da
call.addPeer(peer);
}

audio.playAudioBuffer(call.getPeers()[peer], data, samples, channels, sample_rate);
audio.playAudioBuffer(call.getAlSource(peer), data, samples, channels, sample_rate);
}
#endif

Expand Down

0 comments on commit 40d3015

Please sign in to comment.