返回单个会议信息详情
Authorization: Bearer ********************curl --location --request GET '/meeting/api/v1/admin/meetings/' \
--header 'Authorization: Bearer <token>'{
"meeting": {
"id": "",
"theme": "",
"code": "",
"state": 0,
"address": "",
"content": "",
"virtualRoom": {
"isUsed": false,
"id": "",
"code": "",
"name": "",
"password": "",
"type": 0,
"option": {
"allowJoinBeforeMaster": false,
"password": "",
"autoMuteType": 0,
"autoCallEnabled": false,
"autoRecordEnabled": false,
"recordLayoutMode": 0,
"recordLayoutTemplate": "",
"bannerEnabled": false,
"bannerInfo": {},
"mediaCapabilityOptions": {
"bitRate": "",
"mediaCrypto": "",
"frameRate": "",
"videoResolution": "",
"videoCodecs": "",
"audioCodecs": ""
},
"applyMasterEnabled": false,
"masterPassword": "",
"masterPasswordTimes": 0,
"maxEndpointCount": 0,
"joinPermissionRangeType": 0,
"layoutOptions": [
{
"apply": false,
"type": 0,
"content": "",
"index": 0
}
]
},
"uid": "",
"uidType": 0,
"companyId": "",
"venues": [
{
"uid": "",
"uidType": 0,
"displayName": "",
"identifier": "",
"accessType": "",
"groupName": "",
"groupId": "",
"companyId": ""
}
]
},
"startTime": "",
"endTime": "",
"scheduleType": 0,
"recurringRule": {
"startDate": "",
"endDate": "",
"recurringType": 0,
"interval": 0,
"dayOfWeeks": [
0
],
"dayOfMonths": [
0
],
"monthOfYears": [
0
]
},
"uid": "",
"uidType": 0,
"companyId": "",
"ownerDisplayName": "",
"onlineMeetingState": 0,
"createdTime": ""
},
"meetingVenues": [
{
"uid": "",
"uidType": 0,
"displayName": "",
"identifier": "",
"accessType": "",
"groupName": "",
"groupId": "",
"companyId": ""
}
]
}