* Creates a direct upload that allows video uploads without an API key. * @param params Parameters for the direct upload * @returns The direct upload details. * @throws {BadRequestError} if the parameters are invalid * @throws {RateLimitedError} if the server received too many requests
(
params: StreamDirectUploadCreateParams
)
| 14633 | * @throws {InternalError} if an unexpected error occurs |
| 14634 | */ |
| 14635 | createDirectUpload( |
| 14636 | params: StreamDirectUploadCreateParams |
| 14637 | ): Promise<StreamDirectUpload> |
| 14638 | videos: StreamVideos |
nothing calls this directly
no outgoing calls
no test coverage detected