Authorization: Bearer ********************curl --location --request GET '/meeting/api/v1/user/meetings//venues' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"isAudioMute": false,
"isVideoMute": false,
"isSpeakerMute": false,
"meetingId": "",
"uid": "",
"uidType": 0,
"displayName": "",
"attendState": 0,
"absentReason": 0,
"avatar": "",
"identifier": "",
"companyId": "",
"invitationWay": 0,
"endpointId": "",
"videoSourceLocked": false,
"audioGain": 0,
"accessType": "",
"role": 0,
"platformType": "",
"osType": "",
"clientIp": "",
"zoneId": "",
"zoneName": ""
}
],
"pageSize": 0,
"pageNo": 0,
"pages": "",
"total": ""
}