songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

Element on top of video #164

Closed jfkoch closed 9 years ago

jfkoch commented 9 years ago

Is it possible to have an element of some sort on top of a video stream? The OT Publisher and Subscriber always seem to create a fixed element and I can't find the actual stream in the DOM to know where layering elements should go. Advice would be appreciated if anyone has figured this out before.

aullman commented 9 years ago

That's not possible right now. The Publisher and Subscriber elements are not elements in the DOM, they are native elements positioned on top of the webview. This means there are some limitations in what you can do unfortunately.

jfkoch commented 9 years ago

Thanks! That makes much more sense now!