isTeacherVideoFloatingEnabled method
Implementation
bool isTeacherVideoFloatingEnabled(ClassSubTypeEnum classSubType) {
return (teacherVideoFloating ?? false) &&
classSubType != ClassSubTypeEnum.video;
}
bool isTeacherVideoFloatingEnabled(ClassSubTypeEnum classSubType) {
return (teacherVideoFloating ?? false) &&
classSubType != ClassSubTypeEnum.video;
}