We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.48.0
Add metadata support to the StreamCreateVideoDirectURL function. According to Cloudflare Docs it is possible by adding "meta" field to the request.
Use case is self explanatory
StreamCreateVideoDirectURL(ctx, cloudflare.StreamCreateVideoParameters{ AccountID: accountId, MaxDurationSeconds: 600, Creator: "test", Metadata: map[string]interface{}{ "env": "production", }, })
No response
The text was updated successfully, but these errors were encountered:
If it's okay I can implement this and create a PR
Sorry, something went wrong.
sure thing, happy to review a PR for it.
This functionality has been released in v0.69.0.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
Successfully merging a pull request may close this issue.
Current cloudflare-go version
v0.48.0
Description
Add metadata support to the StreamCreateVideoDirectURL function.
According to Cloudflare Docs it is possible by adding "meta" field to the request.
Use cases
Use case is self explanatory
Potential cloudflare-go usage
References
No response
The text was updated successfully, but these errors were encountered: