- Walkthrough DASH SAAS
- CMS
- Employee
- Company
- Province
- Ref Education Level
- Industry
- Company
- Subscription
- Assesment Design
- Menu
- Admin Client
- Master Data
- Meeting
- Participant
- Open
- Assessor
- Report
- Batch
- External Link
- Dummy
- Interview TaskGET
- LoginPOST
- Get Company SettingGET
- WEB
- Open API Engauge
Join Meeting
Developing
POST
/rest/admin/secured/meeting/room/{urlId}/join
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
urlId
string
required
Example:
1c6b5188-2fb2-11ef-bee7-0a71e33928b1
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/admin/secured/meeting/room/1c6b5188-2fb2-11ef-bee7-0a71e33928b1/join'
Responses
🟢200Success
application/json
Body
status
string
required
data
object
required
meeting
object
required
attendee
object
required
mediaCapturePipeline
null
required
info
null
required
Example
{
"status": "success",
"data": {
"meeting": {
"meetingId": "d3a028e9-09ac-4c31-8f63-cfea795c2954",
"meetingHostId": null,
"externalMeetingId": "e1cc7b51-59f9-4322-be3f-3bd8a1cec671",
"mediaRegion": "ap-southeast-1",
"mediaPlacement": {
"audioHostUrl": "9baadf79d598b3a6b3142805f6dc456a.k.m1.as1.app.chime.aws:3478",
"audioFallbackUrl": "wss://wss.k.m1.as1.app.chime.aws:443/calls/d3a028e9-09ac-4c31-8f63-cfea795c2954",
"signalingUrl": "wss://signal.m1.as1.app.chime.aws/control/d3a028e9-09ac-4c31-8f63-cfea795c2954",
"turnControlUrl": "https://2954.cell.ap-southeast-1.meetings.chime.aws/v2/turn_sessions",
"screenDataUrl": "wss://bitpw.m1.as1.app.chime.aws:443/v2/screen/d3a028e9-09ac-4c31-8f63-cfea795c2954",
"screenViewingUrl": "wss://bitpw.m1.as1.app.chime.aws:443/ws/connect?passcode=null&viewer_uuid=null&X-BitHub-Call-Id=d3a028e9-09ac-4c31-8f63-cfea795c2954",
"screenSharingUrl": "wss://bitpw.m1.as1.app.chime.aws:443/v2/screen/d3a028e9-09ac-4c31-8f63-cfea795c2954",
"eventIngestionUrl": "https://data.svc.as1.ingest.chime.aws/v1/client-events"
},
"meetingFeatures": {
"audio": null,
"video": {
"maxResolution": "HD"
},
"content": null,
"attendee": null
},
"primaryMeetingId": null,
"tenantIds": [],
"meetingArn": "arn:aws:chime:ap-southeast-1:013282592400:meeting/d3a028e9-09ac-4c31-8f63-cfea795c2954"
},
"attendee": {
"externalUserId": "358c53c2-3306-416b-90b8-f25ae041e9bd",
"attendeeId": "7a6de821-e4d4-045d-c3b3-74e4dc2ba572",
"joinToken": "N2E2ZGU4MjEtZTRkNC0wNDVkLWMzYjMtNzRlNGRjMmJhNTcyOjg3OGRmMmM3LWZjZjEtNDg3YS04NDBjLTJlNGE2ZjI1NDMzOQ",
"capabilities": {
"audio": "SendReceive",
"video": "SendReceive",
"content": "SendReceive"
}
},
"mediaCapturePipeline": null
},
"info": null
}