mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +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();
|
applyMeInCallLocally();
|
||||||
}
|
}
|
||||||
if (mutedByAdmin()) {
|
if (mutedByAdmin()) {
|
||||||
//toggleVideo(false);
|
toggleVideo(false);
|
||||||
//toggleScreenSharing(std::nullopt);
|
toggleScreenSharing(std::nullopt);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (mute == MuteState::Active || mute == MuteState::PushToTalk) {
|
if (mute == MuteState::Active || mute == MuteState::PushToTalk) {
|
||||||
|
Reference in New Issue
Block a user