lixiang1994 / LEEAlert

优雅的可自定义 Alert ActionSheet
MIT License
1.29k stars 203 forks source link

LeeAlert和腾讯的TRTC中的分享屏幕方法是不是有冲突? #171

Closed kelaisile closed 1 year ago

kelaisile commented 1 year ago

LeeAlert和腾讯的实时音视频TRTC中的分享屏幕方法是不是有冲突? 我们在项目中用到了分享屏幕给后台,后台录制的视频不显示LeeAlert,如果换成系统的UIAlertcontroller是可以显示的 TRTC中的方法是 [self.trtcCloud startScreenCaptureInApp:TRTCVideoStreamTypeSub encParam:encParams];

下图中红框位置应该LeeAlert,但是目前不显示,请问如何解决?

image
lixiang1994 commented 1 year ago

默认是在专门的window中, 不同的window可能没录制进去, 你可以将他设置到controller上

lixiang1994 commented 1 year ago

设置.LeePresentation(LEEPresentation)

kelaisile commented 1 year ago

好的,已实现,谢谢

kelaisile commented 1 year ago

好的,已实现,谢谢