| 类型 | 说明 | 内容 |
|---|---|---|
| embed_live_create | 直播创建 | { webinar_id: Number, 直播 id } |
| embed_live_create_cancel | 直播创建-取消 | {} |
| 类型 | 说明 | 内容 |
|---|---|---|
| embed_live_edit | 直播编辑 | { webinar_id: Number, 直播 id } |
| embed_live_edit_cancel | 直播编辑-取消 | {} |
| 类型 | 说明 | 内容 |
|---|---|---|
| embed_vod_create | 点播创建 | { webinar_id: Number, 直播 id } |
| embed_vod_create_cancel | 点播创建-取消 | {} |
| 类型 | 说明 | 内容 |
|---|---|---|
| embed_vod_edit | 点播编辑 | { webinar_id: Number, 直播 id } |
| embed_vod_edit_cancel | 点播编辑-取消 | {} |
| 类型 | 说明 | 内容 |
|---|---|---|
| embed_time_edit | 定时直播创建 | { webinar_id: Number, 直播 id } |
| embed_time_create_cancel | 定时直播创建-取消 | {} |
| 类型 | 说明 | 内容 |
|---|---|---|
| embed_time_edit | 定时直播编辑 | { webinar_id: Number, 直播 id } |
| embed_time_edit_cancel | 定时直播编辑-取消 | {} |
| 类型 | 说明 | 内容 |
|---|---|---|
| vhOpenHref | 发起直播 (嵌入页推送消息到外层页面, 外层页面根据消息内容执行跳转。 建议新标签页打开) | { type: 'vhOpenHref', url: ''} |
| 字段 | 说明 |
|---|---|
| type | 消息类型,固定为 vhRouterChange |
| data | 路由信息(JSON 字符串,需自行解析) |
| 字段 | 类型 | 说明 |
|---|---|---|
| path | string | 当前页面完整路径 |
| meta.title | string | 页面标题,如"功能配置"" |
{
"type": "vhRouterChange",
"data": "{\"path\":\"/embed/live/planFunction/158783102\",\"meta\":{\"title\":\"功能配置\",\"name\":\"planFunction\",\"project\":\"embed\"}}"
}