自己是全员观看主播时,关闭摄像头情况全员观看ID,回到主持人在来的路上页面

This commit is contained in:
fuenmao 2024-12-25 16:44:35 +08:00
parent 5d04c59a35
commit 7d2f8e543d
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ class MeetingMainLogic extends GetxController with RequestToolMixin {
stopPreview(); stopPreview();
// //
if (state.remoteUid.value == "0") { if (state.remoteUid.value == "0") {
changePageState(0); state.remoteUid.value = "";
} }
// //
if (state.floating.value?.isShowing == true) { if (state.floating.value?.isShowing == true) {