Showing
1 changed file
with
14 additions
and
0 deletions
@@ -182,3 +182,17 @@ fc5545a9a728904dc533efcbfff1d2c5, | @@ -182,3 +182,17 @@ fc5545a9a728904dc533efcbfff1d2c5, | ||
182 | "command":"endCourse" | 182 | "command":"endCourse" |
183 | } | 183 | } |
184 | ``` | 184 | ``` |
185 | + | ||
186 | +#### 学生端可以主动进入课程等待 | ||
187 | + | ||
188 | +* 学生端进入在线授课的方式 | ||
189 | + * 由老师呼叫进入(方式A) | ||
190 | + * 主动进入课程首页等待(方式B) | ||
191 | + | ||
192 | +* 方式B需要注意的事项 | ||
193 | + * 学生端发起心跳和检查心跳的时机 | ||
194 | +``` | ||
195 | + 在收到老师发起的呼叫之后 | ||
196 | +``` | ||
197 | + | ||
198 | + * 学生端在进入等待页面过程中,不用向服务器端发送指令,不影响老师端的逻辑。 |
-
Please register or login to post a comment