Showing
1 changed file
with
11 additions
and
1 deletions
@@ -21,7 +21,7 @@ | @@ -21,7 +21,7 @@ | ||
21 | ``` | 21 | ``` |
22 | 22 | ||
23 | ``` | 23 | ``` |
24 | -待定 | 24 | +待定,需要讨论。 |
25 | 学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息 | 25 | 学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息 |
26 | { | 26 | { |
27 | "type": "flow", | 27 | "type": "flow", |
@@ -37,3 +37,13 @@ | @@ -37,3 +37,13 @@ | ||
37 | "command": "notifyCancelLesson", | 37 | "command": "notifyCancelLesson", |
38 | } | 38 | } |
39 | ``` | 39 | ``` |
40 | + | ||
41 | +> 学生端经过多次尝试仍然下载资源失败,要通知教师端这个情况,防止教师端卡死 | ||
42 | +> 教师端收到这个消息后,会退出等待界面 | ||
43 | + | ||
44 | +``` | ||
45 | +{ | ||
46 | + "type": "flow", | ||
47 | + "command":"downloadResourceFailed" | ||
48 | +} | ||
49 | +``` |
-
Please register or login to post a comment