From 1baed24578fbbf49a9ef1a6b4930e91e155ae980 Mon Sep 17 00:00:00 2001 From: overtake Date: Mon, 11 Jan 2021 14:04:27 +0300 Subject: [PATCH] no message --- submodules/TelegramVoip/Sources/GroupCallContext.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/submodules/TelegramVoip/Sources/GroupCallContext.swift b/submodules/TelegramVoip/Sources/GroupCallContext.swift index f9b6778bfb..2d9ea06105 100644 --- a/submodules/TelegramVoip/Sources/GroupCallContext.swift +++ b/submodules/TelegramVoip/Sources/GroupCallContext.swift @@ -201,6 +201,8 @@ public final class OngoingGroupCallContext { view?.setOnOrientationUpdated { value, aspect in f?(OngoingCallVideoOrientation(value), aspect) } + }, setVideoContentMode: { [weak view] mode in + view?.setVideoContentMode(mode) }, setOnIsMirroredUpdated: { [weak view] f in view?.setOnIsMirroredUpdated { value in