AdapterJS
AdapterJS copied to clipboard
AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
We need the mirroring of the video in the IE11 browser. We are using the Temasys WebRTC plugin (via "adapterjs": "0.15.4"). In IE11 video tag is converted as HTML `object`...
**ENV: IE11 , Edge** First time load page, **EVERYTHING IS OK** with `navigator.mediaDevices.getUserMedia`, video can play camera. But when I **refresh** the page, `navigator.mediaDevices.getUserMedia` throw an error 'Failed to create...
Setting `offerToReceiveAudio:true` and `offerToReceiveVideo:true` before creating offer `peerConnection.createOffer()` is now deprecated and Safari does not support already it. We need to use new way `peerConnection.addTransceiver('audio')` and `peerConnection.addTransceiver('video')` but it breaks...
In chrome I can capture the screenshot of the video, using canvas.getContext().drawImage(video, 0, 0, width, height); But In IE I can't find the API for capturing the screenshot in object...
Hi, I'm trying to test the adapter.js in order to make WebRTC video calls through IE11. I have the following problem: into the method **getUserMeda** is called the method **AdapterJS.WebRTCPlugin.plugin.getUserMedia**....
When using sip software phone call the web sip end, there is no video in IE11 [1534842848_1d10.zip](https://github.com/Temasys/AdapterJS/files/2305807/1534842848_1d10.zip)
In our application we use our custom Chrome extension to provide screensharing. Now we must patch adapterjs sources to not to use universal iframe with `detectRTC.html`. Would you accept a...
Safari version: 11.0.2 Plugin version: 0.8.902 AdapterJS version: 0.15.0 Video resolution 320x240 (QVGA) does not work with the plugin (failed GUM), even though it works with Safari's native WebRTC implementation....
## I'm submitting a... [x] Bug report ## Current behavior In Internet Explorer, when attaching event listener to `icecandidate` event or setting `onicecandidate` property directly, event is not firing. In...
This is needed for AdapterJS to be able to pick values that have been set before it is required or imported, otherwise the `var AdapterJS = ...` itself is already...