* Returns a handle scoped to a single video for per-video operations. * @param id The unique identifier for the video. * @returns A handle for per-video operations.
(id: string)
| 12662 | * @returns A handle for per-video operations. |
| 12663 | */ |
| 12664 | video(id: string): StreamVideoHandle; |
| 12665 | /** |
| 12666 | * Uploads a new video from a provided URL. |
| 12667 | * @param url The URL to upload from. |
no outgoing calls