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