echo

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

... ... @@ -27,8 +27,6 @@
"type": "flow",
"command": "acceptNotifyBeginLesson",
}
老师端在取消课程的时候,如果判断对方尚未接受课程,可以不用发送取消课程的自定义消息,
防止过多的离线消息
```
通过腾讯云取消上课
... ... @@ -39,12 +37,3 @@
"command": "notifyCancelLesson",
}
```
```
待定
学生收到上面的信息后,除了移除本地的呼叫界面后,还可以反馈给老师端相应的消息
{
"type": "flow",
"command": "acceptNotifyCancelLesson",
}
```
\ No newline at end of file
... ...