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