This repository contains sample projects, guides, tutorials, and links to helpful resources to help you get started with Android Stream Video SDK.
Stream offers seamless Video SDK solutions that allow you to implement video calling, audio/video room, and live streaming using Jetpack Compose. If you're interested in learning the Stream Video SDKs, check out the tutorials below:
Tutorials:
Documentation:
Submissions are always welcomed! You can create your own open-source project or sample app by creating a new module for this project following our Video Calling Tutorial, Audio Room Tutorial, or Livestreaming Tutorial. After building your project, create an issue or pull request. Your project will be categorized π under our featuring list after reviewing the project in our team.
We also welcome code changes that improve the apps or fix a problem. Please follow all best practices and add tests if applicable before submitting a Pull Request on GitHub.
Project | |
---|---|
Demonstrates the video calling following the official Video Calling Tutorial. > Source Code |
|
Demonstrates the audio room following the official Audio Room Tutorial. > Source Code |
|
Demonstrates the livestreaming following the official Livestreaming Tutorial. > Source Code |
|
Project | |
---|---|
WhatsApp clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose. β’ Implementing entire UI elements with Jetpack Compose β’ Implementation of Android architecture components with Jetpack libraries such as Hilt and AppStartup β’ Performing background tasks with Kotlin Coroutines β’ Integrating chat systems with Stream Chat SDK for real-time event handling β’ Integrating video call systems with Stream Video SDK using WebRTC under the hood > Source Code > Blog Post: Build a Real-Time Android WhatsApp Clone With Jetpack Compose > Blog Post: Build Video Calling for Your Android WhatsApp Clone With Jetpack Compose |
|
Twitch clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose. β’ Implementing entire UI elements with Jetpack Compose β’ Implementation of Android architecture components with Jetpack libraries such as Hilt and AppStartup β’ Performing background tasks with Kotlin Coroutines β’ Integrating chat systems with Stream Chat SDK for real-time event handling β’ Integrating video call systems with Stream Video SDK using WebRTC under the hood > Source Code |
|
A real-time meeting room app built with Jetpack Compose to demonstrate video communications. β’ Complete implementation of UI components using Jetpack Compose β’ Development of a real-time meeting room application with a seamless user experience, designed in a Google Meet style by customizing CallContent and ParticipantVideo β’ Performing background tasks with Kotlin Coroutines β’ Creation of a lobby screen that provides control over physical devices before joining a meeting room, including toggling the camera/microphone and flipping the camera view β’ Illustration of multiple participants connecting from various platforms, such as web and Android > Source Code > Blog Post: Build a Real-Time Meeting App for Android with Jetpack Compose |
|
Real-time Zoom clone application for Android, built with Jetpack Compose and Stream Video SDK for Compose. β’ The development of comprehensive UI elements utilizing Jetpack Compose β’ The use of Android architecture components alongside Jetpack libraries, including androidx ViewModel and Hilt β’ Execution of background operations using Kotlin Coroutines β’ Integration of real-time video meeting room functionalities through the Stream Video SDK, powered by WebRTC technology > Source Code > Blog Post: Build a Real-Time Zoom Clone with Jetpack Compose |
|
Google Meet clone using Stream Video Call SDK & Jetpack Compose. β’ Meeting room list screen β’ Joining a meeting with a room id β’ Creating a new meeting room β’ Lobby screenβ’ Real-time meeting room > Source Code > Blog Post: Building a Google Meet Clone In Jetpack Compose |
|
See here for all our video guides.
These guides explore our UI components in greater detail and demonstrate how to easily perform a variety of common actions using the Stream Video Android SDK, such as:
- Client & Authentication
- Joining & Creating Calls
- Adding Push Notifications
- Picture-in-Picture
- Screen Sharing
- Video & Audio Filters
- Chat Integration
- Recording & Broadcasting
Compose UI Components:
- VideoRenderer
- CallContent
- AudioCallContent
- ParticipantVideo
- CallLobby
- UI Cookbook
- UI Previews
- UI Testing
Stream allows developers to rapidly deploy scalable chat messaging and real-time video communication with an industry leading 99.999% uptime SLA guarantee.
With Stream's chat components, developers quickly add chat to their app for a variety of use-cases:
- Video calling & room like Zoom or Google Meet
- Audio room like Clubhouse
- Livestreams like Twitch or Youtube
- In-Game chat like Overwatch or Fortnite
- Team style chat like Slack
- Messaging style chat like Whatsapp or Facebook's messenger
- Commerce chat like Drift or Intercom
We've recently closed a $38 million Series B funding round and we keep actively growing. Our APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world.
Check out our current openings and apply via Stream's website.
The MIT License (MIT)
Copyright (c) 2014-2024 Stream.io Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.