屏幕分享参数修复LiveSubLevel

This commit is contained in:
谋大爷 2021-01-28 09:24:17 +08:00
parent 6736748a6f
commit 6b75efa571
1 changed files with 1 additions and 1 deletions

View File

@ -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;