From 333e23ae9045b44055472f9639b92e7c3d147c5e Mon Sep 17 00:00:00 2001 From: Ivan Aleksovski Date: Wed, 21 Aug 2024 11:20:07 +0200 Subject: [PATCH] Added tap handler that turns on torch which freezes the video stream. --- .../Basic-Video-Chat/ViewController.m | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Basic-Video-Chat/Basic-Video-Chat/ViewController.m b/Basic-Video-Chat/Basic-Video-Chat/ViewController.m index ebc7c687..9aee67a9 100644 --- a/Basic-Video-Chat/Basic-Video-Chat/ViewController.m +++ b/Basic-Video-Chat/Basic-Video-Chat/ViewController.m @@ -21,6 +21,8 @@ @interface ViewController ()