vardius / webrtc-chat

Serverless chat application useing peer to peer WebRTC
MIT License
29 stars 9 forks source link

Browser support? #5

Open SamuelMarks opened 6 years ago

SamuelMarks commented 6 years ago

Which browsers do you support? - polymer-project for your dist?

message-new.js has the correct keyCode for enter, but pressing enter for me just adds a new line.

Video works.

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:59.0) Gecko/20100101 Firefox/59.0b8

vardius commented 6 years ago

I am not using a polymer here by my own lib so the browser support for web components should be the same as mention here: https://www.webcomponents.org on the other hand we have to check WebRTC browser support as well

  1. web components

    screen shot 2018-02-14 at 08 13 31
  2. webrtc

    screen shot 2018-02-14 at 08 13 49

Can you try with feature/peer-data-3 branch ? There are many fixes done but I haven't merged it yet as there was webrtc adapter problem (I do not know if it is fixed yet) where one side of connection didn't receive onTrack event, so you might want to update webrtc-adapter to the latest version and give it a try

Lewiscowles1986 commented 4 years ago

2020 update, this is now much better supported with IE and a handful of obscure browsers not working, but everyone else Chrome, FireFox, Edge, Safari green

vardius commented 4 years ago

23/03/2020 Status:

  1. web components

    image
  2. webrtc

    image