mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
Set isUpstream when receiving a replicated audio packet
This commit is contained in:
parent
3b3465ea05
commit
efdd3060b0
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ void AudioMixer::queueReplicatedAudioPacket(QSharedPointer<ReceivedMessage> mess
|
|||
|
||||
auto node = nodeList->addOrUpdateNode(nodeID, NodeType::Agent,
|
||||
message->getSenderSockAddr(), message->getSenderSockAddr());
|
||||
node->setIsUpstream(true);
|
||||
node->setIsMirror(true);
|
||||
node->setLastHeardMicrostamp(usecTimestampNow());
|
||||
|
||||
|
|
Loading…
Reference in a new issue