2023-01-12 10:03:26 +08:00
|
|
|
{
|
2021-06-04 01:10:54 +08:00
|
|
|
"errcode": 0,
|
|
|
|
"errmsg": "ok",
|
2022-12-03 17:14:44 +08:00
|
|
|
"admin_userid": "zhangsan",
|
2021-06-04 01:10:54 +08:00
|
|
|
"title": "title",
|
|
|
|
"meeting_start": 1600000007,
|
|
|
|
"meeting_duration": 1800,
|
|
|
|
"description": "test meeting description",
|
2022-12-03 17:14:44 +08:00
|
|
|
"location": "广州媒体港",
|
2021-06-04 01:10:54 +08:00
|
|
|
"main_department": 1,
|
|
|
|
"status": 1,
|
2023-06-14 16:35:05 +08:00
|
|
|
"meeting_type": 1,
|
2021-06-04 01:10:54 +08:00
|
|
|
"attendees": {
|
|
|
|
"member": [
|
|
|
|
{
|
|
|
|
"userid": "lisi",
|
2023-01-12 10:03:26 +08:00
|
|
|
"status": 1,
|
|
|
|
"first_join_time": 166666666,
|
|
|
|
"last_quit_time": 166666666,
|
|
|
|
"total_join_count": 5,
|
|
|
|
"cumulative_time": 300
|
2021-06-04 01:10:54 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"userid": "zhangsan",
|
2023-01-12 10:03:26 +08:00
|
|
|
"status": 2,
|
|
|
|
"first_join_time": 166666666,
|
|
|
|
"last_quit_time": 166666666,
|
|
|
|
"total_join_count": 5,
|
|
|
|
"cumulative_time": 300
|
2021-06-04 01:10:54 +08:00
|
|
|
}
|
|
|
|
],
|
2022-12-03 17:14:44 +08:00
|
|
|
"tmp_external_user": [
|
2021-06-04 01:10:54 +08:00
|
|
|
{
|
2022-12-03 17:14:44 +08:00
|
|
|
"tmp_external_userid": "woabc",
|
2023-01-12 10:03:26 +08:00
|
|
|
"status": 3,
|
|
|
|
"first_join_time": 166666666,
|
|
|
|
"last_quit_time": 166666666,
|
|
|
|
"total_join_count": 5,
|
|
|
|
"cumulative_time": 300
|
2021-06-04 01:10:54 +08:00
|
|
|
},
|
|
|
|
{
|
2022-12-03 17:14:44 +08:00
|
|
|
"tmp_external_userid": "woefd",
|
2023-01-12 10:03:26 +08:00
|
|
|
"status": 4,
|
|
|
|
"first_join_time": 166666666,
|
|
|
|
"last_quit_time": 166666666,
|
|
|
|
"total_join_count": 5,
|
|
|
|
"cumulative_time": 300
|
2021-06-04 01:10:54 +08:00
|
|
|
}
|
|
|
|
]
|
2022-12-03 17:14:44 +08:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"remind_scope": 4,
|
2023-06-14 16:35:05 +08:00
|
|
|
"need_password": true,
|
2022-12-03 17:14:44 +08:00
|
|
|
"password": "1234",
|
|
|
|
"enable_waiting_room": false,
|
|
|
|
"allow_enter_before_host": true,
|
|
|
|
"enable_enter_mute": 1,
|
2023-06-14 16:35:05 +08:00
|
|
|
"allow_unmute_self": true,
|
2022-12-03 17:14:44 +08:00
|
|
|
"allow_external_user": false,
|
|
|
|
"enable_screen_watermark": false,
|
2023-06-14 16:35:05 +08:00
|
|
|
"watermark_type": 1,
|
|
|
|
"auto_record_type": "none",
|
|
|
|
"participant_join_auto_record": false,
|
|
|
|
"enable_host_pause_auto_record": false,
|
|
|
|
"enable_doc_upload_permission": true,
|
|
|
|
"enable_enroll": true,
|
|
|
|
"enable_host_key": true,
|
|
|
|
"host_key": "meetinghostkey",
|
2022-12-03 17:14:44 +08:00
|
|
|
"hosts": {
|
2023-01-12 10:03:26 +08:00
|
|
|
"userid": [ "lisi", "wangwu" ]
|
2022-12-03 17:14:44 +08:00
|
|
|
},
|
2023-06-14 16:35:05 +08:00
|
|
|
"current_hosts": {
|
|
|
|
"userid": [ "wangwu", "lisi" ]
|
|
|
|
},
|
|
|
|
"co_hosts": {
|
|
|
|
"userid": [ "zhangsan", "lisi" ]
|
|
|
|
},
|
2022-12-03 17:14:44 +08:00
|
|
|
"ring_users": {
|
2023-01-12 10:03:26 +08:00
|
|
|
"userid": [ "zhangsan", "lis" ]
|
2022-12-03 17:14:44 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"cal_id": "wcjgewCwAAqeJcPI1d8Pwbjt7nttzAAA",
|
|
|
|
"reminders": {
|
|
|
|
"is_repeat": 1,
|
|
|
|
"repeat_type": 0,
|
2023-06-14 16:35:05 +08:00
|
|
|
"repeat_until_type": 1,
|
|
|
|
"repeat_until_count": 10,
|
2022-12-03 17:14:44 +08:00
|
|
|
"repeat_until": 1606976813,
|
|
|
|
"repeat_interval": 1,
|
2023-06-14 16:35:05 +08:00
|
|
|
"is_custom_repeat": 1,
|
|
|
|
"repeat_day_of_week": [ 3, 7 ],
|
|
|
|
"repeat_day_of_month": [ 10, 21 ],
|
|
|
|
"remind_before": [ 0, 900 ]
|
2023-01-12 10:03:26 +08:00
|
|
|
},
|
|
|
|
"meeting_code": "123456789",
|
2023-06-14 16:35:05 +08:00
|
|
|
"meeting_link": "https://wecomm.com/znigeot",
|
|
|
|
"has_vote": true,
|
|
|
|
"has_more_sub_meeting": 1,
|
|
|
|
"remain_sub_meetings": 2,
|
|
|
|
"current_sub_meetingid": "cursubmeetingid",
|
|
|
|
"sub_meetings": [
|
|
|
|
{
|
|
|
|
"sub_meetingid": "sub_meetingid",
|
|
|
|
"status": 0,
|
|
|
|
"start_time": 16888888888,
|
|
|
|
"end_time": 179888888888
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"guests": [
|
|
|
|
{
|
|
|
|
"area": "86",
|
|
|
|
"phone_number": "135123454321",
|
|
|
|
"guest_name": "lisi"
|
|
|
|
}
|
|
|
|
]
|
2021-06-04 01:10:54 +08:00
|
|
|
}
|