Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://service-dash.dlabssaas.io/rest/web/secured/meeting/room/1c6b5188-2fb2-11ef-bee7-0a71e33928b1/notify-record' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"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
}
Modified at 2024-07-15 06:28:38