From 5d2cbef2431af65ea9c5dd2fbd1bee23adc1328c Mon Sep 17 00:00:00 2001 From: igsnavidev <82986598+igsnavidev@users.noreply.github.com> Date: Wed, 19 Mar 2025 15:09:42 +0900 Subject: [PATCH] Update SkyWayViewModel.swift lowEnc is not in use. --- Examples/Sources/Common/SkyWayViewModel.swift | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Examples/Sources/Common/SkyWayViewModel.swift b/Examples/Sources/Common/SkyWayViewModel.swift index 991da216..ffa56c59 100644 --- a/Examples/Sources/Common/SkyWayViewModel.swift +++ b/Examples/Sources/Common/SkyWayViewModel.swift @@ -88,9 +88,10 @@ class SkyWayViewModel: NSObject, ObservableObject, RoomDelegate, RemoteDataStrea let _ = try await localMember?.publish(audioStream, options: audioPublicationOptions) let videoPublicationOptions: RoomPublicationOptions = .init() if room is SFURoom { - let lowEnc: Encoding = .init() - lowEnc.id = lowEncodeId - lowEnc.scaleResolutionDownBy = 8.0 + // lowEnc is not in use. + //let lowEnc: Encoding = .init() + //lowEnc.id = lowEncodeId + //lowEnc.scaleResolutionDownBy = 8.0 let highEnc: Encoding = .init() highEnc.id = highEncodeId highEnc.scaleResolutionDownBy = 1.0