May 2022 Summaries
5 posts from Video SDK
Filter
Month:
Year:
Post Summaries
Back to Blog
Building a virtual event platform is an excellent idea, and Video SDK can help solve industry dilemmas by providing a video and audio conferencing service that can be integrated into apps within minutes. With 10k free monthly minutes, 100+ startups are using Video SDK to build powerful platforms in the Virtual event space. To quickly build a virtual event platform, follow these steps: create an account, set up a meeting, generate a unique meeting link, update the code to take the meetingId from the URL, and run and test the platform. With Video SDK, you can also create a custom virtual event platform with features such as interactive live streaming, break out rooms, and custom video tracks. The SDK is open source, and its Prebuilt React SDK UI Kit is available on GitHub for free, allowing developers to customize it according to their needs.
May 26, 2022
1,244 words in the original blog post.
The provided text is a tutorial on building a React Native video calling app using Video SDK. The tutorial covers various aspects of integrating Video SDK into a React Native application, including setting up Android and iOS platforms, configuring the project structure, installing dependencies, and implementing features such as meeting creation, participant joining, and media rendering. The tutorial also provides examples of code snippets to help developers understand how to implement these features. Overall, the tutorial aims to provide a comprehensive guide for building a powerful video calling app using Video SDK in React Native.
May 24, 2022
2,037 words in the original blog post.
To build a video calling app using Flutter, developers need to follow five steps: first, integrate the Video SDK into their app, setting up permissions and configurations for Android and iOS; then, create a join screen where users can create or join rooms, followed by creating room controls with buttons to leave, toggle mic, and toggle camera; next, develop a participant tile widget to display remote participants' video streams; after that, create a room screen that manages the room's state and updates in real-time; finally, modify the main app file to conditionally render either the join screen or room screen based on whether a room is active.
May 05, 2022
1,534 words in the original blog post.
This tutorial provides a step-by-step guide to creating a video calling app in WordPress using the Prebuilt Video SDK, which allows users to create meetings and join them with real-time webcam functionality without any installation required. To start, developers must sign up for a free account, generate an API key, add a custom HTML block to their page, and paste pre-built code into it, replacing the API key with their own. The tutorial covers basic features such as joining screens and controlling cameras, as well as advanced features like cloud recording and customizable branding. For support and questions, developers can join the Discord community or reach out to the author on Twitter.
May 04, 2022
408 words in the original blog post.
The April 2022 release of the Video SDK introduces several enhancements and product updates, including custom video capture, which allows developers to manage video capture on their own and send captured video data to the SDK for encoding and stream publishing. This feature is recommended in scenarios where a third-party beauty SDK or another task requires camera access during live streaming. The update also includes improvements such as better audio tract functions, more control over camera and audio publishing, and optimized encoder configurations. Additionally, the release addresses issues with iOS mic permission, prebuilt SDK versions, and browser camera permissions. New features include low latency HLS streaming APIs, auth security in v2, and a new website in beta mode.
May 03, 2022
552 words in the original blog post.