Quobis / QoffeeSIP

QoffeeSIP is a complete Javascript SIP stack that can be used in a website to exploit all the multimedia capabilities of WebRTC technology. Instead of using pure Javascript, QoffeeSIP has been coded with CoffeeScript so you can easily modify it to suit your needs.
GNU Lesser General Public License v3.0
27 stars 5 forks source link

Qoffee 0.7 interop with Mozilla-firefox #12

Open prasaddp5 opened 10 years ago

prasaddp5 commented 10 years ago

Is Qoffee.js compatible with Mozila-firefox or firefox-nightly? With Chrome it works fine, need to ensure cross compatiblity in followign combiantions?

1) Firefox to Firefox 2) Chrome/Canary to firefox 3) Any other browser support

damianfral commented 10 years ago

Hi @prasaddp5, I've been working on this issue. I've splitted QoffeeSIP in 2 repositories, this one and this other: https://github.com/Quobis/RTC. QoffeeSIP repository has RTC as a submodule. This new RTC module can make calls between (last stable releases) Firefox (Desktop) and Chrome (Desktop and Android).In the case of Firefox over Android, it works pretty bad (video rendering problems, mainly). This change is avaliable in last trunk branch. It may have some bugs, I haven't tested it deeply, but it seems to work fine.