2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Track video_muted from API.

This commit is contained in:
John Preston
2021-04-27 19:13:45 +04:00
parent dac9017df1
commit 1a784fc678
5 changed files with 113 additions and 51 deletions

View File

@@ -38,6 +38,7 @@ struct GroupCallParticipant {
bool muted = false;
bool mutedByMe = false;
bool canSelfUnmute = false;
bool videoMuted = true;
bool onlyMinLoaded = false;
};