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:
@@ -38,6 +38,7 @@ struct GroupCallParticipant {
|
||||
bool muted = false;
|
||||
bool mutedByMe = false;
|
||||
bool canSelfUnmute = false;
|
||||
bool videoMuted = true;
|
||||
bool onlyMinLoaded = false;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user