send correct packet in AudioIOStats

This commit is contained in:
Stephen Birarda 2015-07-07 15:46:48 -07:00
parent 60797a26ea
commit e35217836f

View file

@ -124,5 +124,5 @@ void AudioIOStats::sendDownstreamAudioStatsPacket() {
// send packet
SharedNodePointer audioMixer = nodeList->soloNodeOfType(NodeType::AudioMixer);
nodeList->sendPacket(packet, audioMixer);
nodeList->sendPacket(statsPacket, audioMixer);
}