Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
428 stars 100 forks source link

'MediaStreamTrack' is undefined #307

Closed CSantosM closed 4 years ago

CSantosM commented 5 years ago

I'm trying to include Temasys Plugin in my app and i have the error 'MediaStreamTrack' is undefined If I'm not wrong, AdapterJS include MediaStreamTrack polyfills but I have this error... I am starting my app with

AdapterJS.webRTCReady(function(isUsingPlugin) {
   AdapterJS.WebRTCPlugin.callWhenPluginReady(function() {
      initApp();
   });
});

What am i doing bad? Thank you in advance.

johache commented 5 years ago