mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Video chat improvements
This commit is contained in:
@@ -1270,9 +1270,9 @@ final class VideoChatScreenComponent: Component {
|
||||
if callState.networkState == .connected, let members = self.members {
|
||||
idleTitleStatusText = environment.strings.VoiceChat_Panel_Members(Int32(max(1, members.totalCount)))
|
||||
} else if callState.scheduleTimestamp != nil {
|
||||
idleTitleStatusText = "scheduled"
|
||||
idleTitleStatusText = environment.strings.VoiceChat_Scheduled
|
||||
} else {
|
||||
idleTitleStatusText = "connecting..."
|
||||
idleTitleStatusText = environment.strings.VoiceChat_Connecting
|
||||
}
|
||||
} else {
|
||||
idleTitleStatusText = " "
|
||||
@@ -1686,6 +1686,7 @@ final class VideoChatScreenComponent: Component {
|
||||
transition: transition,
|
||||
component: AnyComponent(VideoChatMicButtonComponent(
|
||||
call: component.call,
|
||||
strings: environment.strings,
|
||||
content: micButtonContent,
|
||||
isCollapsed: areButtonsCollapsed,
|
||||
updateUnmutedStateIsPushToTalk: { [weak self] unmutedStateIsPushToTalk in
|
||||
|
||||
Reference in New Issue
Block a user