I'm a little confused about playing videos in the Mirror API
Are there any restrictions for using HTML tags in "html" field?...
Alain says
Blocked HTML elements: These elements, and their contents, are removed from html payloads. Document headers: head, title Embeds: audio, embed, object, source, video
However looking at the documentation ...
https://developers.google.com/glass/v1/reference/timeline/insert
Accepted Media MIME types: image/* , audio/* , video/*
So ... I'm guessing that I can attach video but not embed video? Seems like a subtle distinction, so an app would have to have a main HTML card and a sub menu choice to view a video. Is this correct?