Showing
1 changed file
with
13 additions
and
1 deletions
@@ -23,7 +23,10 @@ | @@ -23,7 +23,10 @@ | ||
23 | ``` | 23 | ``` |
24 | 待定 | 24 | 待定 |
25 | 学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息 | 25 | 学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息 |
26 | - | 26 | +{ |
27 | + "type": "flow", | ||
28 | + "command": "acceptNotifyBeginLesson", | ||
29 | +} | ||
27 | ``` | 30 | ``` |
28 | 31 | ||
29 | 通过腾讯云取消上课 | 32 | 通过腾讯云取消上课 |
@@ -33,4 +36,13 @@ | @@ -33,4 +36,13 @@ | ||
33 | "type": "flow", | 36 | "type": "flow", |
34 | "command": "notifyCancelLesson", | 37 | "command": "notifyCancelLesson", |
35 | } | 38 | } |
39 | +``` | ||
40 | + | ||
41 | +``` | ||
42 | +待定 | ||
43 | +学生收到上面的信息后,除了移除本地的呼叫界面后,还可以反馈给老师端相应的消息 | ||
44 | +{ | ||
45 | + "type": "flow", | ||
46 | + "command": "acceptNotifyCancelLesson", | ||
47 | +} | ||
36 | ``` | 48 | ``` |
-
Please register or login to post a comment