In the web version of opentok.js there is an insertMode property for session.subscribe and OT.initPublisher that allows you to specify how you want the element to be inserted. This is missing from the cordova version.
Hi, do you have any idea when this missing feature will be implemented? I'm currently working on an hybrid video chat app and I need to be able to put UI controls above the video element.
In the web version of opentok.js there is an
insertMode
property for session.subscribe and OT.initPublisher that allows you to specify how you want the element to be inserted. This is missing from the cordova version.