amirsanni / Video-Call-App

A text, audio and video chat application built with webRTC and Ratchet (PHP WebSocket)
230 stars 144 forks source link

Not working on Firefox #22

Closed nauman555 closed 4 years ago

nauman555 commented 5 years ago

Hi Amir, Thankyou for the code, i am working on your code, everything is working on Google Chrome but when I am trying on Firebox it's not working. Its showing remote is offline status.

And when i am calling from Google Chrome to Mozilla Firefox , everything is Okay with Google Chrome side but on Firefox it showing the error "Unable to use your media sources" i am running on localhost

gildonei commented 5 years ago

With me sometimes it can't connect, so I reload the page until it connect.

To me it only shows online when I have 2 users connected at same room.

amirsanni commented 4 years ago

@nauman555 not sure if this is still relevant but that error is as a result of the fact that Chrome is already using your media devices. Try it on two different devices instead.

amirsanni commented 4 years ago

With me sometimes it can't connect, so I reload the page until it connect.

To me it only shows online when I have 2 users connected at same room.

Online will only show when the other user is connected because the online status is for the remote user, not you.