A PlayerStreamer resource provides the ability to send a livestream to a JavaScript, iOS, or Android Player SDK.
Updates a PlayerStreamer resource identified by a SID.
Path parameters
-
The SID of the PlayerStreamer resource to update.
Minimum length is
34, maximum length is34. Format should match the following pattern:^VJ[0-9a-fA-F]{32}$.
POST
/v1/PlayerStreamers/{Sid}
curl \
--request POST 'https://media.twilio.com/v1/PlayerStreamers/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Status=ended'
Response examples (200)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"ended_reason": "ended-via-api",
"links": {},
"max_duration": 42,
"sid": "string",
"status": "created",
"status_callback": "https://example.com",
"status_callback_method": "HEAD",
"url": "https://example.com",
"video": true
}