You need to sign in or sign up before continuing.
远程教学之流程消息.md 759 Bytes

返回远程教学相关文档

  • 启动课程 type:flow command:prepareCourse resourceInfo:本课需要下载的资源列表 screenWidth:屏幕宽度 screenHeight:屏幕高度 device:ios appVersion:6.6.0

因为自定义消息有长度限制,如果资源列表比较长,超出尺寸限制,需要有相应的解决方案

备选解决方案
  • 采取课程资源列表由接收方从盒子鱼服务器获取的方式。
  • 采用小文件发送的方式,需要客户端接受小文件信息
  • 采用自定义消息分段发送的方式

待定。

  • 发送课程页信息

    type:flow
    command:coursePage
    pageInfo:页面Json信息
    
  • 结束课程

    type:flow
    command:endCourse