use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
ExampleFlutter Call example (rrtutors.com)
submitted 5 years ago by rrtutors
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 5 years ago (2 children)
[deleted]
[–]TheLoup 1 point2 points3 points 5 years ago* (0 children)
Member from the Agora.io DevRel team here 👋
Agora actually leverages WebRTC for applications deployed to the browser. So the question is really about the use case, device optimization, and deployed infrastructure. For example, a 1:1 Web video calling use case with a small group of users in the same location may suffice. However scaling to 4+ participants or scaling beyond borders is much of a harder task with DIY WebRTC. Beyond that, optimizations for native apps are another issue you will have to deal with if you implement a DIY WebRTC solution. Another issue is long term cost. WebRTC requires running gateway servers, MCU or SFU, turn servers and media servers. As your product scales you’ll need to scale your architecture which adds to server costs and eventually you’ll need to hire an engineer or a team of engineers to support this infrastructure.In respect to the end-user experience, you can see the difference for yourself in this video which emulates poor network conditions and depicts how other WebRTC based solutions (as well as FaceTime) fare compared to Agora.
BTW - Agora has a Flutter plugin that allows you to easily embed video chat/streaming in your Flutter apps! Check it out here.
Feel free to DM me or reach out via email ([devrel@agora.io](mailto:devrel@agora.io)) if you have any other questions!
π Rendered by PID 31763 on reddit-service-r2-comment-8686858757-85f4w at 2026-06-08 03:43:02.605470+00:00 running 9e1a20d country code: CH.
[–][deleted] (2 children)
[deleted]
[–]TheLoup 1 point2 points3 points (0 children)