@itentialopensource/adapter-zoom
Version:
This adapter integrates with system described as: zoom.
99 lines • 2.4 kB
JSON
{
"id": "string",
"room_name": "string",
"calender_name": "string",
"email": "string",
"account_type": "string",
"status": "string",
"device_ip": "string",
"camera": "string",
"microphone": "string",
"speaker": "string",
"last_start_time": "string",
"live_meeting": {
"uuid": "string",
"id": 4,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 8,
"has_pstn": false,
"has_voip": true,
"has_3rd_party_audio": true,
"has_video": false,
"has_screen_share": true,
"has_recording": false,
"has_sip": false
},
"past_meetings": {
"from": "string",
"to": "string",
"page_count": 6,
"page_size": 30,
"total_records": 1,
"next_page_token": "string",
"meetings": [
{
"uuid": "string",
"id": 2,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 2,
"has_pstn": false,
"has_voip": false,
"has_3rd_party_audio": false,
"has_video": false,
"has_screen_share": true,
"has_recording": true,
"has_sip": false
},
{
"uuid": "string",
"id": 10,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 2,
"has_pstn": false,
"has_voip": false,
"has_3rd_party_audio": true,
"has_video": false,
"has_screen_share": false,
"has_recording": false,
"has_sip": true
},
{
"uuid": "string",
"id": 7,
"topic": "string",
"host": "string",
"email": "string",
"user_type": "string",
"start_time": "string",
"end_time": "string",
"duration": "string",
"participants": 3,
"has_pstn": true,
"has_voip": false,
"has_3rd_party_audio": false,
"has_video": true,
"has_screen_share": true,
"has_recording": true,
"has_sip": true
}
]
}
}