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:
@@ -65,9 +65,9 @@ final class VideoChatActionButtonComponent: Component {
|
||||
}
|
||||
}
|
||||
|
||||
enum MicrophoneState {
|
||||
enum MicrophoneState: Equatable {
|
||||
case connecting
|
||||
case muted
|
||||
case muted(forced: Bool)
|
||||
case unmuted
|
||||
case raiseHand
|
||||
case scheduled
|
||||
|
||||
Reference in New Issue
Block a user