Open aullman opened 10 years ago
In the web version of opentok.js the subscribe and initPublisher method targetElement property can be either the element ID or the element itself. So eg. both of these work:
session.subscribe(stream, document.querySelector('#subscriber'));
and
session.subscribe(stream, 'subscriber');
This doesn't work in opentok.js for Cordova.
+1
In the web version of opentok.js the subscribe and initPublisher method targetElement property can be either the element ID or the element itself. So eg. both of these work:
and
This doesn't work in opentok.js for Cordova.