|
|
|
|
|
by hutzlibu
2182 days ago
|
|
Modern Browser have already build in, p2p, encrypted video chat functionality. https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/... I played around with it years ago, and it worked quite good and should have improved a lot since then, so why has no one come up with a solid solution, that does not require us to route our video calls through china, or microsoft servers? I suppose the devil is, like always, in the details. So what am I missing? Probably, that webrtc via p2p is hard to do for more than 2 people? But someone should have at least tried it? |
|
Also, when in our company we tried using webrtc for standups, we often faced issues when participant A couldn't hear participant B, but participant C could hear them both. All that with video working in all directions. Or sometimes we had this issue with video.
Another reason why standalone applications like Skype and Zoom (which is known for trying to install its client too much) might be better than webrtc is that they might have better noise-cancelling algorithms than browsers.
Also, point of usability - compared to browser, standalone apps don't have permission dialogs ("do you want to allow this website to access your camera"?) and might be smarter with choosing correct microphone by default - this might be important for non-techy users who don't understand why system suggests them to choose from two microphones when there's only one plugged into the computer.