- 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
- Auth
- Secured
- Compatibility
- Activity
- Participant
- Meeting
- Open
- Open API Engauge
Notify Record
Developing
POST
/rest/web/secured/meeting/room/{urlId}/notify-record
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/web/secured/meeting/room/1c6b5188-2fb2-11ef-bee7-0a71e33928b1/notify-record'
Responses
🟢200Success
application/json
Body
status
string
required
data
object
required
mediaPipelineId
string
required
sourceType
string
required
sourceArn
string
required
status
string
required
sinkType
string
required
sinkArn
string
required
createdTimestamp
string
required
updatedTimestamp
string
required
chimeSdkMeetingConfiguration
object
required
info
null
optional
Example
{
"status": "success",
"data": {
"mediaPipelineId": "198c9c56-e124-4842-910b-d6481c4fc70a",
"sourceType": "ChimeSdkMeeting",
"sourceArn": "arn:aws:chime::789044511917:meeting:e98fb918-c53d-41a0-aa53-743c77b20706",
"status": "Initializing",
"sinkType": "S3Bucket",
"sinkArn": "arn:aws:s3:::chime-recording-development-sgp.ddiassessment.com/captures/e98fb918-c53d-41a0-aa53-743c77b20706",
"createdTimestamp": "2024-07-12T01:24:48.175+00:00",
"updatedTimestamp": "2024-07-12T01:24:48.229+00:00",
"chimeSdkMeetingConfiguration": {
"sourceConfiguration": null,
"artifactsConfiguration": {
"audio": {
"muxType": "AudioWithActiveSpeakerVideo"
},
"video": {
"state": "Disabled",
"muxType": null
},
"content": {
"state": "Enabled",
"muxType": "ContentOnly"
}
}
}
},
"info": null
}