Home / Companies / Agora / Blog / April 2022

April 2022 Summaries

4 posts from Agora

Filter
Month: Year:
Post Summaries Back to Blog
Universal Links are a feature that allows users to open an app directly from a web link, rather than having to manually search for and launch it. This can be particularly useful in applications such as video calls or livestreams where sharing links is common. Setting up universal links involves creating a JSON file on Android and an apple-app-site-association file on iOS, which establish trust between the URL and the app. The process also requires adding intent filters to the AndroidManifest.xml for Android and enabling Associated Domains capability in Xcode for iOS. With these steps completed, users can share meeting URLs directly from their video chat applications without needing to enter channel names manually.
Apr 11, 2022 1,058 words in the original blog post.
This article provides a step-by-step guide on how to build a video calling application similar to WhatsApp Web using the Agora Web SDK. The key features of the application include inviting users to a video call, providing appropriate feedback for offline users, terminating calls before they are answered, declining/rejecting calls, and accepting/receiving calls. The prerequisites for this project include an Agora developer account and a Python 3.8 Flask application with authentication. The article covers the setup of both the backend and frontend components of the application, including configuring the RTM SDK, creating views and templates, and implementing call logic using JavaScript. Finally, testing procedures and resources for further learning are provided.
Apr 06, 2022 1,092 words in the original blog post.
Agora provides a range of services and resources, including support plans, developer tools, and a variety of communication channels like Twitter, Facebook, LinkedIn, Instagram, YouTube, Medium, and GitHub, to facilitate easy engagement and interaction with their audience. Located at 2804 Mission College Blvd., Santa Clara, CA, Agora invites users to connect through phone or email, and offers information on topics such as pricing, careers, events, compliance, and investor relations via their website. The company emphasizes compliance with privacy regulations and the importance of user consent for cookie usage while encouraging website visitors to review their Privacy Policy, Cookie Policy, and Terms of Service.
Apr 05, 2022 128 words in the original blog post.
The article discusses creating a simple video call application using Agora's Flutter SDK, which allows users to connect via voice and video. It covers setting up the project, adding necessary packages, and initializing the app with permissions for camera and microphone use. The author also provides suggestions on how to improve the app, such as flipping cameras, allowing users to choose channels, showing a connection-lost screen, and more. Agora's SDK offers extensive documentation and resources to help developers learn and implement its features effectively.
Apr 01, 2022 1,453 words in the original blog post.