From 6b75efa57139b086fcbb5747c396363cf3dcfe36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=8B=E5=A4=A7=E7=88=B7?= <772765102@qq.com> Date: Thu, 28 Jan 2021 09:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E5=B9=95=E5=88=86=E4=BA=AB=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=BF=AE=E5=A4=8DLiveSubLevel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs b/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs index 86c8702..bda8fe4 100644 --- a/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs +++ b/JianGongYun/TRTC/ViewModels/SettingWindowViewModel.cs @@ -798,7 +798,7 @@ namespace JianGongYun.TRTC.ViewModels { var videoResolution = TRTCVideoResolution.TRTCVideoResolution_1920_1080; uint videoBitrate = 2000; - switch (LiveMainLevel) + switch (LiveSubLevel) { case LiveLevelEnum.Low: videoResolution = TRTCVideoResolution.TRTCVideoResolution_960_540;