mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-30 09:21:28 +00:00
Video messages experiment
This commit is contained in:
parent
6fc193995e
commit
e90b96676e
@ -817,8 +817,12 @@ public final class ManagedAudioSession: NSObject {
|
||||
mode = .voiceChat
|
||||
case .videoCall:
|
||||
mode = .videoChat
|
||||
case .record(_, true, _):
|
||||
case let .record(_, video, withOthers):
|
||||
if video && !withOthers {
|
||||
mode = .videoRecording
|
||||
} else {
|
||||
mode = .default
|
||||
}
|
||||
default:
|
||||
mode = .default
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"app": "10.8.1",
|
||||
"app": "10.8.2",
|
||||
"bazel": "7.0.2",
|
||||
"xcode": "15.2",
|
||||
"macos": "13.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user