Comment by tcoff91
6 years ago
You can do so much better using a native app than a webapp. UDP transport is really important for real-time communication.
6 years ago
You can do so much better using a native app than a webapp. UDP transport is really important for real-time communication.
Google meet uses UDP: https://support.google.com/a/answer/1279090?hl=en
WebRTC typically does use UDP. But it certainly isn't as flexible as what you can do with a native app.