You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
** Provide additional details e.g. code snippets **
In GridView-index.jsx there's a comment
//Replace Location 13 with this: (Please note that this is using not best practices of GraphQL) Contact sampatze@ if you want to know how to update.
const region = Amplify._config.aws_project_region;
this.setState({
sources: [{
src: `https://${awsvideo.awsOutputVideo}/${item.video.id}/${item.video.id}.m3u8`,
type: 'application/x-mpegURL',
}],
displayingMovie: true,
choosenItem: item,
token: item.video.token,
});
I'd like to know what is the best practice?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
** Which Category is your question related to? **
Wiki
Based off https://github.com/awslabs/amplify-video/wiki/Troubleshooting
** Provide additional details e.g. code snippets **
In
GridView-index.jsx
there's a commentI'd like to know what is the best practice?
The text was updated successfully, but these errors were encountered: