echo

Updated 在线授课其他消息 (markdown)

... ... @@ -21,7 +21,7 @@
```
```
待定
待定,需要讨论。
学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息
{
"type": "flow",
... ... @@ -37,3 +37,13 @@
"command": "notifyCancelLesson",
}
```
> 学生端经过多次尝试仍然下载资源失败,要通知教师端这个情况,防止教师端卡死
> 教师端收到这个消息后,会退出等待界面
```
{
"type": "flow",
"command":"downloadResourceFailed"
}
```
\ No newline at end of file
... ...