mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Support Muted by admin in conference
This commit is contained in:
@@ -2553,9 +2553,12 @@ final class VideoChatScreenComponent: Component {
|
||||
micButtonContent = .unmuted(pushToTalk: self.isPushToTalkActive)
|
||||
actionButtonMicrophoneState = .unmuted
|
||||
} else {
|
||||
micButtonContent = .muted
|
||||
actionButtonMicrophoneState = .muted
|
||||
micButtonContent = .muted(forced: false)
|
||||
actionButtonMicrophoneState = .muted(forced: false)
|
||||
}
|
||||
} else if isConference {
|
||||
micButtonContent = .muted(forced: true)
|
||||
actionButtonMicrophoneState = .muted(forced: true)
|
||||
} else {
|
||||
micButtonContent = .raiseHand(isRaised: callState.raisedHand)
|
||||
actionButtonMicrophoneState = .raiseHand
|
||||
|
||||
Reference in New Issue
Block a user