Update room transcriptions
transcriptions in video rooms
Path parameters
-
The SID of the room with the transcriptions resource to update.
-
The Twilio type id of the transcriptions resource to update.
POST
/v1/Rooms/{RoomSid}/Transcriptions/{Ttid}
curl \
--request POST 'https://video.twilio.com/v1/Rooms/{RoomSid}/Transcriptions/{Ttid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Status=stopped'
Request example
{"Status"=>"stopped"}
Response examples (202)
{
"url": "https://video.twilio.com/v1/Rooms/RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Transcriptions/video_extension_2c70be23-4788-423d-9351-df6705efa035",
"ttid": "video_extension_2c70be23-4788-423d-9351-df6705efa035",
"status": "started",
"duration": null,
"end_time": null,
"room_sid": "RMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"start_time": "2015-07-30T20:00:00Z",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"date_created": "2015-07-30T20:00:00Z",
"date_updated": "2015-07-30T20:00:00Z",
"configuration": {
"languageCode": "en-US"
}
}