provider Api20100401Stream POST
/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json @utdk/twilio
/2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Streams.json Create a Stream
Create a Stream
- AccountSid path required
- The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Stream resource.
- string
- CallSid path required
- The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Stream resource is associated with.
- string
Try it
Authentication
Configure credentials for Twilio - Api
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import twilio from '@utdk/twilio';
await twilio.createstream()