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
Is it possible to include a vimeo video with purely client-side tech? As far as I can tell it is not, in which case please consider this a feature request.
As most of the Aframe examples and libraries work in a pure client-side context, I think it would be worth mentioning in the main readme that a server is required (if that's true), to avoid confusion.
(Great library and demo projects though - really happy vimeo is proactively supporting aframe!)
The text was updated successfully, but these errors were encountered:
Technically, it is possible. However, it means you are storing your API credentials (i.e token) in a publicly accessible way, which is not recommended for publicly available apps. If you are working locally and want to experiment with that, feel free to hack the plugin to fit your needs!
Thanks for the suggestion, we will update the README to reflect the need for a server 🙌
Is it possible to include a vimeo video with purely client-side tech? As far as I can tell it is not, in which case please consider this a feature request.
As most of the Aframe examples and libraries work in a pure client-side context, I think it would be worth mentioning in the main readme that a server is required (if that's true), to avoid confusion.
(Great library and demo projects though - really happy vimeo is proactively supporting aframe!)
The text was updated successfully, but these errors were encountered: