AdapterJS icon indicating copy to clipboard operation
AdapterJS copied to clipboard

Add support for iosrtc

Open HughIsaacs2 opened this issue 10 years ago • 1 comments

It'd be great if this had support for the Cordova iosrtc plugin. https://github.com/eface2face/cordova-plugin-iosrtc

HughIsaacs2 avatar Jul 05 '15 19:07 HughIsaacs2

is the method they propose not enough?

// Just for Cordova apps.document.addEventListener('deviceready', function () { // Just for iOS devices. if (window.device.platform === 'iOS') { cordova.plugins.iosrtc.registerGlobals(); } });

On Sun, Jul 5, 2015 at 12:29 PM, Hugh Isaacs II [email protected] wrote:

It'd be great if this had support for the Cordova iosrtc plugin. https://github.com/eface2face/cordova-plugin-iosrtc

— Reply to this email directly or view it on GitHub https://github.com/Temasys/AdapterJS/issues/90.

Alex. Gouaillard, PhD, PhD, MBA

CTO - Temasys Communications, S'pore / Mountain View

President - CoSMo Software, Cambridge, MA

sg.linkedin.com/agouaillard

agouaillard avatar Jul 06 '15 23:07 agouaillard