echo

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

... ... @@ -23,7 +23,10 @@
```
待定
学生收到上面的信息后,除了展现本地的呼叫界面后,还可以反馈给老师端相应的消息
{
"type": "flow",
"command": "acceptNotifyBeginLesson",
}
```
通过腾讯云取消上课
... ... @@ -33,4 +36,13 @@
"type": "flow",
"command": "notifyCancelLesson",
}
```
```
待定
学生收到上面的信息后,除了移除本地的呼叫界面后,还可以反馈给老师端相应的消息
{
"type": "flow",
"command": "acceptNotifyCancelLesson",
}
```
\ No newline at end of file
... ...