feat:去除监控提示弹框
This commit is contained in:
parent
9d1bb7cef2
commit
71bbe2d52d
@ -84,7 +84,7 @@ const startStudentShareScreenLive = (msg: anyObj) => {
|
||||
stopClassMonitor()
|
||||
monitorSessionId = sessionKey
|
||||
monitorState = 1
|
||||
showMonitorTip('已进入课堂监控状态')
|
||||
// showMonitorTip('已进入课堂监控状态')
|
||||
if (!applyStudentShareStart(msg)) {
|
||||
monitorState = 0
|
||||
monitorSessionId = ''
|
||||
@ -112,7 +112,7 @@ export const stopClassMonitor = (showTip = false) => {
|
||||
$XXL.stopStudentShareScreen()
|
||||
}
|
||||
if (showTip && isMonitoring) {
|
||||
showMonitorTip('已结束课堂监控')
|
||||
// showMonitorTip('已结束课堂监控')
|
||||
}
|
||||
monitorSessionId = ''
|
||||
monitorState = 0
|
||||
@ -133,7 +133,7 @@ const startClassMonitor = (msg: anyObj) => {
|
||||
stopClassMonitor()
|
||||
monitorSessionId = String(sessionId)
|
||||
monitorState = 1
|
||||
showMonitorTip('已进入课堂监控状态')
|
||||
// showMonitorTip('已进入课堂监控状态')
|
||||
if (!applyStudentShareStart(msg)) {
|
||||
monitorState = 0
|
||||
monitorSessionId = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user