jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.9k stars 6.69k forks source link

Internet Explorer 11 not work for latest jitsi meet #2010

Closed jeffvfren closed 6 years ago

jeffvfren commented 7 years ago

I can't make Jitsi Meet run on internet explorer 11, please refer screenshot below. I remember one month ago when I install the stable builds on Ubuntu, IE11 still able to support voice & video.

explorer11

SCRIPT438: Object doesn't support property or method 'assign' AnalyticsAdapter.js (123,9) DEPRECATED JS - Cookie has been deprecated since 5.8.0 and will be removed in a future release. Use cookie instead. No stack trace of the deprecated usage is available in your current browser. SCRIPT5009: 'JitsiMeetJS' is undefined app.bundle.min.js (5859,1)

rasos commented 6 years ago

Don't you have to install the TEMASYS plugin on IE11 and Adapter.js on the server first? See https://confluence.temasys.com.sg/display/TWPP/How+to+integrate+the+Temasys+WebRTC+Plugin+into+your+website

jeffvfren commented 6 years ago

Hi rasos, I'm trying https://meet.jit.si, believe that the server is ready for test. I have TEMASYS plugin installed. Just now I try many time reinstall & repair, until it gone :(

Are you able to access from your IE 11? If this is my personal issue, this issue should be closed now.

jean-ben-guigui commented 6 years ago

I am not able too, did you find a way around?

daimoc commented 6 years ago

It still did'nt work with last commited version. In fact the Object doesn't support property or method 'assign' Error is link to IE11 not supporting Object.assign Method. It's possible to support it by importing 'core-js/fn/object/assign' in lib-jitsi-meet code before any use of Object.assign for exemple in JitsiMeetJS.js file. After that UI is loading correctly and GetUserMedia works (You could get your media). But there'are still some issues with peerconnection.addtrack and Jitsi-meet is still not functional with IE11. I got this error now : Unable to get property 'i' of undefined or null reference in JingleSessionPC (857,30).

chrisrobbo commented 6 years ago

Is this something which someone is looking at ? It's pretty serious ... is there a usable workaround ?

rasos commented 6 years ago

@arminfelder is working on it. IE11 worked for us with the 2017-05-24 stable version at https://download.jitsi.org/stable/ but did not work with an earlier dev or the 2017-09-21 stable version. Latest stable 2017-11-20 works with IE11, tested.

daimoc commented 6 years ago

@virtuacoplenny have already commit some fix for ie11 last weeks. And it seem to be working well in https://meet.jit.si server. AnalyticsAdapter.js error is fixed, audio and video transmission are working fine.

chrisrobbo commented 6 years ago

All seems to be working now, thanks !