mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
send correct packet in AudioIOStats
This commit is contained in:
parent
60797a26ea
commit
e35217836f
1 changed files with 1 additions and 1 deletions
|
@ -124,5 +124,5 @@ void AudioIOStats::sendDownstreamAudioStatsPacket() {
|
||||||
|
|
||||||
// send packet
|
// send packet
|
||||||
SharedNodePointer audioMixer = nodeList->soloNodeOfType(NodeType::AudioMixer);
|
SharedNodePointer audioMixer = nodeList->soloNodeOfType(NodeType::AudioMixer);
|
||||||
nodeList->sendPacket(packet, audioMixer);
|
nodeList->sendPacket(statsPacket, audioMixer);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue