-
Currently every time the `getUserMedia` function is called – the Temasys WebRTC Plugins asks the user for device permissions in system pop-up window.
![image](https://cloud.githubusercontent.com/ass…
-
Hi there,
another one I'm afraid - it seems consistent after ending a call in Safari OSX Mavricks using your plugin, if I try to reload the page to make another call the page fails to reload. I have …
-
The prompt to install the plugin on Safari is long and wraps unnecessarily on a narrow viewport. See this page as an example: https://bubbl.in/book/how-ant-saved-dove-by-craig-leat/46
I suggest short…
-
There is one webrtc plugin called Webrtc4everywhere. This has old adapter.js and because of this it had bugs and issues. We can fix it and use that plugin to support IE and safari.
part of #363
-
This issue is meant to hold the discussion for replacing Google Hangouts for all video functionality.
Both the HOA and breakout session cases need to be solved, and I believe they can be solved via W…
-
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 tag. Would…
-
As WebRTC is not natively supported on Safari/IE, video/audio calls do not work on them. Looks like there are plugins available to support webRTC on safari. Installed two plugins (https://github.com/…
-
with web sockets
-
Hi,
I'm not sure if this is a problem of AdapterJS itself, likely it's a problem of Temasys WebRTC plugin, but I don't know where to post bugs for plugin, so will post it here.
**Steps to reproduce*…
-
``` js
var vid = document.createElement('video');
adapterjs.attachMediaStream(vid, stream);
```
Trying to not show the stream until the video is playing, so I render a dummy video tag in-memory and w…