自己是全员观看主播时,关闭摄像头情况全员观看ID,回到主持人在来的路上页面
This commit is contained in:
parent
5d04c59a35
commit
7d2f8e543d
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue