Showing
1 changed file
with
0 additions
and
11 deletions
@@ -27,8 +27,6 @@ | @@ -27,8 +27,6 @@ | ||
27 | "type": "flow", | 27 | "type": "flow", |
28 | "command": "acceptNotifyBeginLesson", | 28 | "command": "acceptNotifyBeginLesson", |
29 | } | 29 | } |
30 | -老师端在取消课程的时候,如果判断对方尚未接受课程,可以不用发送取消课程的自定义消息, | ||
31 | -防止过多的离线消息 | ||
32 | ``` | 30 | ``` |
33 | 31 | ||
34 | 通过腾讯云取消上课 | 32 | 通过腾讯云取消上课 |
@@ -39,12 +37,3 @@ | @@ -39,12 +37,3 @@ | ||
39 | "command": "notifyCancelLesson", | 37 | "command": "notifyCancelLesson", |
40 | } | 38 | } |
41 | ``` | 39 | ``` |
42 | - | ||
43 | -``` | ||
44 | -待定 | ||
45 | -学生收到上面的信息后,除了移除本地的呼叫界面后,还可以反馈给老师端相应的消息 | ||
46 | -{ | ||
47 | - "type": "flow", | ||
48 | - "command": "acceptNotifyCancelLesson", | ||
49 | -} | ||
50 | -``` |
-
Please register or login to post a comment