-
The Temasys Plugins bring support for webRTC to Desktop versions of Safari and IE:
https://confluence.temasys.com.sg/display/TWPP
Then only thing you need to do is to include a modified version of…
-
I developing chat app, i want to confirm that will this will work with firebase? because my app backend is in firebase and i want video and audio call in the app.
-
https://code.google.com/p/webrtc4all/ looks like it might be useful.
https://github.com/addyosmani/getUserMedia.js also looks good, bit more active too.
https://temasys.atlassian.net/wiki/display/TWPP…
-
Temasys has a WebRTC plugin that supports most of the spec (data channels and all)
https://temasys.atlassian.net/wiki/display/TWPP/WebRTC+Plugins
and there's the WebRTC-Everywhere plugin which is op…
-
Hi,
I'm on IE 11.
When creating offer (sendonly), the ice-options:trickle is not present
```
v=0
o=- 2764822869096394433 2 IN IP4 127.0.0.1
s=-
t=0 0
a=msid-semantic: WMS XUs1fNQgcUOFLmio44…
-
When I visit https://meet.jit.si I get the error mentioned below
Does this happen to anyone else?
[Error] TypeError: undefined is not a function (evaluating 'mediaStream.attachEvent("ended",function…
-
**Expected** : Even when the audio device is disabled, If the video device(webcam) is enabled, User should be able to see the video feed.
**Present** : When the Audio device is disabled, Even thought…
-
Test and fix bugs in Temasys plugin integration on Safari
-
Sorry if this is the wrong place for posting this, and I may have missed something somewhere, but I cannot find any example of how to record audio using your plugin. An example like this is needed! …
-
Hi,I met a problem.
when i use IE 11 open my own jitsi-meet application,there has no screen sharing icon.But when i use https://meet.jit.si/,it can see the screen sharing icon.
I also look other …