feat(work): 新增会议 Rooms 管理相关接口

This commit is contained in:
Fu Diwei
2023-06-15 15:29:37 +08:00
parent 67cac022e0
commit d835b701a8
47 changed files with 1870 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{
"meetingid": "MEETINGID",
"meeting_room_id_list": [ "RoomId001", "RoomId002" ],
"subject_visible": true
}

View File

@@ -0,0 +1,16 @@
{
"errcode": 0,
"errmsg": "ok",
"meeting_room_list": [
{
"meeting_room_id": "100001",
"meeting_room_name": "会议室测试1",
"meeting_room_location": "广州-大厦-10"
},
{
"meeting_room_id": "100002",
"meeting_room_name": "会议室测试2",
"meeting_room_location": "广州-大厦-11"
}
]
}

View File

@@ -0,0 +1,8 @@
{
"meetingid": "MEETINGID",
"meeting_room_id": "ROOMID",
"mra_address": {
"protocol": 2,
"dial_string": "xxx"
}
}

View File

@@ -0,0 +1,5 @@
{
"errcode": 0,
"errmsg": "ok",
"invite_id": "INVITEID"
}

View File

@@ -0,0 +1,9 @@
{
"meetingid": "MEETINGID",
"invite_id": "INVITEID",
"meeting_room_id": "ROOMID",
"mra_address": {
"protocol": 2,
"dial_string": "xxx"
}
}

View File

@@ -0,0 +1,15 @@
{
"errcode": 0,
"errmsg": "ok",
"meeting_settings": {
"water_mark": 2,
"auto_response": 1,
"caption": true,
"room_pmi": true,
"room_notification": true
},
"record_settings": {
"share_record": 0,
"download_record": true
}
}

View File

@@ -0,0 +1,51 @@
{
"errcode": 0,
"errmsg": "ok",
"basic_info": {
"rooms_id_list": [
"200115200039985708"
],
"meeting_room_name": "会议室测试1",
"city": "广州",
"building": "大厦",
"floor": "10",
"participant_number": 3,
"device": "ROOMS",
"desc": "aGVsbG8=",
"password": "MzMz"
},
"account_info": {
"account_type": 0,
"valid_period": "-"
},
"hardware_info": {
"factory": "",
"device_model": "",
"sn": "",
"ip": "10.10.10.69",
"mac": "a1:ee:27:c1:8a:1a",
"rooms_version": "2.7.2.420",
"firmware_version": "",
"health_status": "ERROR",
"system_type": "10.13.6",
"meeting_room_status": 1,
"active_time": "2021-03-23 15:37:34",
"cpu_info": "Intel(R) Core(TM) i7-7700K",
"cpu_usage": "",
"gpu_info": "",
"net_type": "ethernet",
"memory_info": "",
"monitor_frequency": 0,
"camera_model": "FaceTime 高清摄像头(内建)",
"enable_video_mirror": true,
"microphone_info": "内建麦克风 ",
"speaker_info": "内建输出"
},
"pmi_info": {
"pmi_code": "12345678",
"pmi_pwd": "XXXXXXX"
},
"monitor_status": 0,
"is_allow_call": true,
"scheduled_status": 1
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "ok",
"normal_count": 10,
"special_count": 2,
"normal_used_count": 2,
"special_used_count": 1,
"normal_expired_count": 0,
"special_expired_count": 0
}

View File

@@ -0,0 +1,8 @@
{
"meetingid": "MEETINGID",
"meeting_room_id": "ROOMID",
"mra_address": {
"protocol": 2,
"dial_string": "xxx"
}
}

View File

@@ -0,0 +1,6 @@
{
"errcode": 0,
"errmsg": "ok",
"status": 2,
"response_time": "2022/11/22 14:35:26"
}

View File

@@ -0,0 +1,5 @@
{
"controller_name": "NAME",
"cursor": "CURSOR",
"limit": 20
}

View File

@@ -0,0 +1,25 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "CURSOR",
"controller_info_list": [
{
"rooms_id": "12356",
"meeting_room_name": "会议室测试1",
"meeting_room_location": "广州-大厦-10",
"controller_name": "nxxxxxxeng-test123",
"manufacture_name": "Apple",
"controller_model": "Apple",
"app_version": "x.x.x.x",
"status": "0",
"framework_version": "iOS 15.2.1",
"ip_address": "x.x.x.x",
"mac_address": "x:x:x:x:x:x",
"cpu_type": "ARM64",
"cpu_usage": "1.7",
"network_type": "wifi",
"mem_usage": "3.6GB"
}
]
}

View File

@@ -0,0 +1,5 @@
{
"meeting_room_name": "ROOMNAME",
"cursor": "CURSOR",
"limit": 50
}

View File

@@ -0,0 +1,22 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "CURSOR",
"device_info_list": [
{
"meeting_room_id": "100001",
"rooms_id": "45613",
"meeting_room_name": "会议室测试1",
"meeting_room_location": "广州-大厦-10",
"device_model": "TT-IP65T",
"app_version": "4.1.6.0",
"meeting_room_status": 1,
"device_monitor_info": {
"camera_status": true,
"microphone_status": true,
"speaker_status": true
}
}
]
}

View File

@@ -0,0 +1,8 @@
{
"meeting_room_id": "MEETINGROOMID",
"rooms_id": "ROOMSID",
"start_time": 1679299200,
"end_time": 1679558400,
"cursor": "CURSOR",
"limit": 20
}

View File

@@ -0,0 +1,17 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "CURSOR",
"meeting_info_list": [
{
"meetingid": "100001",
"meeting_code": "14512",
"subject": "周会",
"status": "MEETING_STATE_STARTED",
"meeting_type": 0,
"start_time": 1679313600,
"end_time": 1679317200
}
]
}

View File

@@ -0,0 +1,5 @@
{
"meeting_room_name": "ROOMNAME",
"cursor": "CURSOR",
"limit": 50
}

View File

@@ -0,0 +1,30 @@
{
"errcode": 0,
"errmsg": "ok",
"has_more": true,
"next_cursor": "CURSOR",
"meeting_room_list": [
{
"meeting_room_id": "100001",
"meeting_room_name": "会议室测试1",
"meeting_room_location": "广州-大厦-10",
"account_type": 1,
"active_code": "69MS2PKC",
"participant_number": 12,
"meeting_room_status": 1,
"scheduled_status": 0,
"is_allow_call": true
},
{
"meeting_room_id": "100002",
"meeting_room_name": "会议室测试2",
"meeting_room_location": "广州-大厦-11",
"account_type": 1,
"active_code": "69MS2PKC",
"participant_number": 12,
"meeting_room_status": 1,
"scheduled_status": 0,
"is_allow_call": true
}
]
}

View File

@@ -0,0 +1,4 @@
{
"meetingid": "MEETINGID",
"meeting_room_id_list": [ "RoomId001", "RoomId002" ]
}