屏幕分享参数修复LiveSubLevel
This commit is contained in:
parent
6736748a6f
commit
6b75efa571
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue