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

@@ -568,6 +568,7 @@ void GroupCall::applyParticipantsSlice(
.muted = data.is_muted(),
.mutedByMe = mutedByMe,
.canSelfUnmute = canSelfUnmute,
.videoMuted = data.is_video_muted(),
.onlyMinLoaded = onlyMinLoaded,
};
if (i == end(_participants)) {