mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-30 01:11:46 +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
|
mode = .voiceChat
|
||||||
case .videoCall:
|
case .videoCall:
|
||||||
mode = .videoChat
|
mode = .videoChat
|
||||||
case .record(_, true, _):
|
case let .record(_, video, withOthers):
|
||||||
mode = .videoRecording
|
if video && !withOthers {
|
||||||
|
mode = .videoRecording
|
||||||
|
} else {
|
||||||
|
mode = .default
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
mode = .default
|
mode = .default
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"app": "10.8.1",
|
"app": "10.8.2",
|
||||||
"bazel": "7.0.2",
|
"bazel": "7.0.2",
|
||||||
"xcode": "15.2",
|
"xcode": "15.2",
|
||||||
"macos": "13.0"
|
"macos": "13.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user