Earlier quoted context omitted.
I tried once to connect to teams on firefox mobile in a private tab just to send a simple message (not a video call) and tell my coworkers I had a medical emergency and was heading to an hospital. After passing my company's azure SSO login prompts all I got was an error message I had to use Chrome or Mirosoft Edge
Firefox mobile is useless. I tried to use it. I really tried. Finally I had to uninstall it to preserve my sanity.
Not Using Zoom
201–202 of 202 posts
Re: Not Using Zoom
#202I came directly to the comments to recommend Jitsi instead. Glad the author made the same early in the article.
With the maturing of WebRTC and related technologies, shouldn't it be dead simple by now to create an online video conferencing application that runs completely in the browser?
Most people don't have a network at home that can handle, say, sending 50 copies of your AV stream when you're speaking to 50 other participants. With that many, even audio-only is a challenge.
There are some clever p2p relay mechanisms you could use in theory to bring the bandwidth down to not grow as much with number of participants (but still a constant factor more than the hub method), but they would add significant latency. For example your AV is sent to one peer, they send it to the next peer, and so on in a chain or tree. This works well for non-real-time AV like p2p distribution of movies, but not real-time meetings.
If multicast IP worked over the internet at large that would help but it doesn't work. Even if it did it wouldn't be enough for the full-vs-thumbnails continuous renegotiation needed to keep download bandwidth steady, nor could it do per-user quality-vs-rate adaptation.