2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Send mute state updates in group calls.

This commit is contained in:
John Preston
2020-11-26 19:01:26 +03:00
parent ec5aeb32f1
commit 2ac0a2a10b
4 changed files with 123 additions and 60 deletions

View File

@@ -393,6 +393,9 @@ void Instance::handleGroupCallUpdate(
if (const auto existing = session->data().groupCall(callId)) {
existing->applyUpdate(update);
}
if (_currentGroupCall) {
_currentGroupCall->handleUpdate(update);
}
}
void Instance::handleSignalingData(