mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Stop camera/screen video when muted by admin.
This commit is contained in:
@@ -1527,8 +1527,8 @@ void GroupCall::setMuted(MuteState mute) {
|
||||
applyMeInCallLocally();
|
||||
}
|
||||
if (mutedByAdmin()) {
|
||||
//toggleVideo(false);
|
||||
//toggleScreenSharing(std::nullopt);
|
||||
toggleVideo(false);
|
||||
toggleScreenSharing(std::nullopt);
|
||||
}
|
||||
};
|
||||
if (mute == MuteState::Active || mute == MuteState::PushToTalk) {
|
||||
|
Reference in New Issue
Block a user