支持centerStageEnabled

This commit is contained in:
caleb
2026-03-27 20:04:16 +08:00
parent 166d6cee8c
commit 1280075308
20 changed files with 25 additions and 18 deletions

View File

@@ -426,6 +426,7 @@
else {
self.livePusher = [[SellyLiveVideoPusher alloc] initWithLiveMode:SellyLiveMode_RTMP];
}
self.livePusher.centerStageEnabled = true;
self.livePusher.preview = self.liveView;
self.livePusher.delegate = self;
self.livePusher.enableCustomVideoProcess = true;