同步全时直播事件
全时直播平台会调用直播转发平台接口,通知全时直播的实时状态, 包括的直播的预约, 更新, 取消, 开始, 结束
1.1 会议开始
| 参数 | 类型 | 说明 | 
|---|---|---|
| method | String | 会议开始 meetingbegin | 
| timestamp | Long | 时间戳 | 
| msgId | String | 消息ID | 
| customerCode | String | 客户编码 | 
| meetinginfo | Json | 消息体 | 
meetinginfo 参数说明
| 参数 | 类型 | 说明 | 
|---|---|---|
| eventId | String | 直播会议ID | 
| hostId | String | 主持人ID | 
| attendeeJoinUrl | String | 参会人链接 | 
| hostJoinUrl | String | 主持人链接 | 
示例
{
    "method": "meetingbegin",
    "timestamp": 1648025135959,
    "msgId": "uniformserver-172.10.87.148-1648024077.80251320.928",
    "siteId": 0,
    "customerCode": "061548",
    "meetinginfo": {
        "eventId": "556653",,
        "hostId": "88406965",
        "attendeeJoinUrl": "https://mtest.qsh1.cn/k/mkEPAQUu0X5",
        "hostJoinUrl": "https://mtest.qsh1.cn/k/mkEPAGRg2je"
    }
}
1.2 会议结束
| 参数 | 类型 | 说明 | 
|---|---|---|
| method | String | 会议结束 meetingend | 
| timestamp | Long | 时间戳 | 
| msgId | String | 消息ID | 
| customerCode | String | 客户编码 | 
| meetinginfo | Json | 消息体 | 
meetinginfo 参数说明
| 参数 | 类型 | 说明 | 
|---|---|---|
| eventId | String | 直播会议ID | 
| hostId | String | 主持人ID | 
| attendeeJoinUrl | String | 参会人链接 | 
| hostJoinUrl | String | 主持人链接 | 
示例
{
    "method": "meetingend",
    "timestamp": 1648025135959,
    "msgId": "uniformserver-172.10.87.148-1648025135.672827052.127",
    "customerCode": "061548",
    "meetinginfo": {
        "eventId": "556653",
        "hostId": "88406965",
        "attendeeJoinUrl": "https://mtest.qsh1.cn/k/mkEPAQUu0X5",
        "hostJoinUrl": "https://mtest.qsh1.cn/k/mkEPAGRg2je"
    }
}
1.3 会议更新
| 参数 | 类型 | 说明 | 
|---|---|---|
| method | String | 会议更新 update | 
| timestamp | Long | 时间戳 | 
| msgId | String | 消息ID | 
| customerCode | String | 客户编码 | 
| event | Json | 消息体 | 
event 参数说明
| 参数 | 类型 | 说明 | 
|---|---|---|
| id | String | 直播会议ID | 
| title | String | 会议标题 | 
| summary | String | 会议简介 | 
| description | String | 描述信息 | 
| dtstart | Long | 开始时间 | 
| dtend | Long | 结束时间 | 
| location | String | 地点 | 
| status | String | 状态 | 
| siteId | Int | 站点ID | 
| hostId | String | 主持人ID | 
| importance | Int | 是否为重要会议,0:否,1:是 | 
| isGnet | Int | 是否使用云会议,0:不使用,1:使用 | 
| conferenceId | String | 云会议ID | 
| hostPassword | String | 主持人密码 | 
| attendeePassword | String | 参会人密码 | 
| attendeeJoinUrl | String | 参会人链接 | 
| hostJoinUrl | String | 主持人链接 | 
| externalFlag | String | - | 
| eventSource | Int | 活动来源 5: 云活动,6: 云课堂 | 
| eventManualService | Int | 是否需要项目经理开关,1:开启,2:关闭 | 
| eventForm | Int | 会议形式 1: 电话活动,3: 网络会议,4: 实时互动直播,7: 大型直播活动 | 
| liveScreen | Int | 云活动手机屏幕显示方式,0:横屏 1:竖屏 | 
| joinHostUrl | String | 助理主持人链接 | 
| parentEventId | Long | 母直播的eventId | 
| billingCode | String | 云会议计费BC | 
| room | json | 会议室信息 | 
| equip | json | 会议室设备信息 | 
示例
{
    "method": "update",
    "timestamp": 1648619190759,
    "msgId": "uniformserver-172.10.57.228-1648619190.112642597.947",
    "customerCode": "061548",
    "event": {
        "id": "557507",
        "title": "event--0330006",
        "summary": "openapi%20%E6%B5%8B%E8%AF%95%E4%BC%9A%E8%AE%AE....",
        "description": "",
        "dtstart": 1648626240,
        "dtend": 1648633440,
        "location": "",
        "status": "CONFIRMED",
        "siteId": 0,
        "hostId": "88406965",
        "importance": 0,
        "isGnet": 1,
        "conferenceId": "239704234",
        "hostPassword": "201501000037412421",
        "attendeePassword": "201501000037412422",
        "attendeeJoinUrl": "https://mtest.qsh1.cn/k/mkGFF6KKrhR",
        "hostJoinUrl": "https://mtest.qsh1.cn/k/mkGFF6hrkDg",
        "externalFlag": "",
        "eventSource": 5,
        "eventManualService": 2,
        "eventForm": 7,
        "liveScreen": 0,
        "joinHostUrl": "http://stest.qsh1.cn/a/GRWXEX834021",
        "parentEventId": 0,
        "billingCode": "95387344"
    },
}
1.4 会议取消
| 参数 | 类型 | 说明 | 
|---|---|---|
| method | String | 会议取消 cancel | 
| timestamp | Long | 时间戳 | 
| msgId | String | 消息ID | 
| customerCode | String | 客户编码 | 
| event | Json | 消息体 | 
event 参数说明
| 参数 | 类型 | 说明 | 
|---|---|---|
| id | String | 直播会议ID | 
| title | String | 会议主题 | 
| summary | String | 会议简介 | 
| description | String | 描述信息 | 
| dtstart | Long | 开始时间 | 
| dtend | Long | 结束时间 | 
| location | String | 地点 | 
| status | String | 状态 | 
| siteId | Int | 站点ID | 
| hostId | String | 主持人ID | 
| importance | Int | 是否为重要会议,0:否,1:是 | 
| isGnet | Int | 是否使用云会议,0:不使用,1:使用 | 
| externalFlag | String | - | 
| eventSource | Int | 活动来源 5: 云活动,6: 云课堂 | 
| eventManualService | Int | 是否需要项目经理开关,1:开启,2:关闭 | 
| eventForm | Int | 会议形式 1: 电话活动,3: 网络会议,4: 实时互动直播,7: 大型直播活动 | 
| liveScreen | Int | 云活动手机屏幕显示方式,0:横屏 1:竖屏 | 
| joinHostUrl | String | 助理主持人链接 | 
| parentEventId | Long | 母直播的eventId | 
| billingCode | String | 云会议计费BC | 
| room | json | 会议室信息 | 
| equip | json | 会议室设备信息 | 
示例
{
    "method": "cancel",
    "timestamp": 1648619297857,
    "msgId": "uniformserver-172.10.57.228-1648619296.86321060.626",
    "customerCode": "061548",
    "event": {
        "id": "557507",
        "title": "event--0330006",
        "summary": "openapi%20%E6%B5%8B%E8%AF%95%E4%BC%9A%E8%AE%AE....",
        "description": "",
        "dtstart": 1648626240,
        "dtend": 1648633440,
        "location": "",
        "status": "CANCELLED",
        "siteId": 0,
        "hostId": "88406965",
        "importance": 0,
        "isGnet": 1,
        "externalFlag": "",
        "eventSource": 5,
        "eventManualService": 2,
        "eventForm": 7,
        "liveScreen": 0,
        "joinHostUrl": "http://stest.qsh1.cn/a/GRWXEX834021",
        "parentEventId": 0,
        "billingCode": ""
    }
}
1.6 会议创建
| 参数 | 类型 | 说明 | 
|---|---|---|
| method | String | 会议邀请 invite | 
| timestamp | Long | 时间戳 | 
| msgId | String | 消息ID | 
| customerCode | String | 客户编码 | 
| event | Json | 消息体 | 
event 参数说明
| 参数 | 类型 | 说明 | 
|---|---|---|
| id | String | 直播会议ID | 
| title | String | 会议标题 | 
| summary | String | 会议简介 | 
| description | String | 描述信息 | 
| dtstart | Long | 开始时间 | 
| dtend | Long | 结束时间 | 
| location | String | 地点 | 
| status | String | 状态 | 
| siteId | Int | 站点ID | 
| hostId | String | 主持人ID | 
| importance | Int | 是否为重要会议,0:否,1:是 | 
| isGnet | Int | 是否使用云会议,0:不使用,1:使用 | 
| conferenceId | String | 云会议ID | 
| hostPassword | String | 主持人密码 | 
| attendeePassword | String | 参会人密码 | 
| attendeeJoinUrl | String | 参会人链接 | 
| hostJoinUrl | String | 主持人链接 | 
| externalFlag | String | - | 
| eventSource | Int | 活动来源 5: 云活动,6: 云课堂 | 
| eventManualService | Int | 是否需要项目经理开关,1:开启,2:关闭 | 
| eventForm | Int | 会议形式 1: 电话活动,3: 网络会议,4: 实时互动直播,7: 大型直播活动 | 
| liveScreen | Int | 云活动手机屏幕显示方式,0:横屏 1:竖屏 | 
| joinHostUrl | String | 助理主持人链接 | 
| parentEventId | Long | 母直播的eventId | 
| billingCode | String | 云会议计费BC | 
| room | json | 会议室信息 | 
| equip | json | 会议室设备信息 | 
示例
{
    "method": "invite",
    "timestamp": 1648619045264,
    "msgId": "uniformserver-172.10.57.228-1648619043.982133290.251",
    "customerCode": "061548",
    "event": {
        "id": "557507",
        "title": "event--0330006",
        "summary": "openapi 测试会议....",
        "description": "",
        "dtstart": 1648622642,
        "dtend": 1648629842,
        "location": "",
        "status": "CONFIRMED",
        "siteId": 0,
        "hostId": "88406965",
        "importance": 0,
        "isGnet": 1,
        "conferenceId": "239704234",
        "hostPassword": "201501000037412421",
        "attendeePassword": "201501000037412422",
        "attendeeJoinUrl": "https://mtest.qsh1.cn/k/mkGFF6KKrhR",
        "hostJoinUrl": "https://mtest.qsh1.cn/k/mkGFF6hrkDg",
        "externalFlag": "",
        "eventSource": 5,
        "eventManualService": 2,
        "eventForm": 7,
        "liveScreen": 0,
        "joinHostUrl": "http://stest.qsh1.cn/a/GRWXEX834021",
        "parentEventId": 0,
        "billingCode": "95387344"
    }
}
    
  

