@@ -488,6 +488,9 @@ public class StudentVideoFragment extends BaseMVPFragment<FgVideoLayoutStuBindin
}
ScreenDisplay.Display type = screenDisplay.getType();
+ if (type == ScreenDisplay.Display.WHITEBOARD) {
+ return;
+ }
if (type != ScreenDisplay.Display.LECTURER && type != ScreenDisplay.Display.STUDENT) {
ivCameraStatusTip.setVisibility(View.GONE);
return;
@@ -654,6 +654,9 @@ public class VideoFragment extends BaseMVPFragment<FgVideoLayoutBinding, MainVid