|
233 | 233 | },
|
234 | 234 | "termsOfService": "https://www.twilio.com/legal/tos",
|
235 | 235 | "title": "Twilio - Media",
|
236 |
| - "version": "1.23.0" |
| 236 | + "version": "1.23.1" |
237 | 237 | },
|
238 | 238 | "openapi": "3.0.1",
|
239 | 239 | "paths": {
|
240 | 240 | "/v1/MediaProcessors": {
|
241 |
| - "description": "TODO: Resource-level docs", |
| 241 | + "description": "A MediaProcessor resource provides the ability to capture content from a web application with a Twilio Media Extension to create a livestream.", |
242 | 242 | "get": {
|
243 | 243 | "description": "Returns a list of MediaProcessors.",
|
244 | 244 | "operationId": "ListMediaProcessor",
|
|
424 | 424 | }
|
425 | 425 | },
|
426 | 426 | "/v1/MediaProcessors/{Sid}": {
|
427 |
| - "description": "TODO: Resource-level docs", |
| 427 | + "description": "A MediaProcessor resource provides the ability to capture content from a web application with a Twilio Media Extension to create a livestream.", |
428 | 428 | "get": {
|
429 | 429 | "description": "Returns a single MediaProcessor resource identified by a SID.",
|
430 | 430 | "operationId": "FetchMediaProcessor",
|
|
539 | 539 | }
|
540 | 540 | },
|
541 | 541 | "/v1/PlayerStreamers": {
|
542 |
| - "description": "TODO: Resource-level docs", |
| 542 | + "description": "A PlayerStreamer resource provides the ability to send a livestream to a JavaScript, iOS, or Android Player SDK.", |
543 | 543 | "get": {
|
544 | 544 | "description": "Returns a list of PlayerStreamers.",
|
545 | 545 | "operationId": "ListPlayerStreamer",
|
|
712 | 712 | }
|
713 | 713 | },
|
714 | 714 | "/v1/PlayerStreamers/{Sid}": {
|
715 |
| - "description": "TODO: Resource-level docs", |
| 715 | + "description": "A PlayerStreamer resource provides the ability to send a livestream to a JavaScript, iOS, or Android Player SDK.", |
716 | 716 | "get": {
|
717 | 717 | "description": "Returns a single PlayerStreamer resource identified by a SID.",
|
718 | 718 | "operationId": "FetchPlayerStreamer",
|
|
825 | 825 | }
|
826 | 826 | },
|
827 | 827 | "/v1/PlayerStreamers/{Sid}/PlaybackGrant": {
|
828 |
| - "description": "TODO: Resource-level docs", |
| 828 | + "description": "A PlaybackGrant resource allows developers to generate a grant to initialize the Twilio Live Player SDK and connect to a livestream.", |
829 | 829 | "get": {
|
830 | 830 | "description": "**This method is not enabled.** Returns a single PlaybackGrant resource identified by a SID.",
|
831 | 831 | "operationId": "FetchPlayerStreamerPlaybackGrant",
|
|
0 commit comments