Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Apr 26, 2024
1 parent 86ecb17 commit 1a7765f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@

⚡️ Android Video Chat demonstrates a real-time video chat application, such as Zoom and Google Meet by utilizing [Stream Video SDK](https://getstream.io/video/sdk/android/?utm_source=Github&utm_medium=Jaewoong_OSS&utm_content=Developer&utm_campaign=Github_April2024_Jaewoong_Android_Video_Samples&utm_term=DevRelOss) and [Stream Chat SDK](https://getstream.io/chat/compose/tutorial/?utm_source=Github&utm_medium=Jaewoong_OSS&utm_content=Developer&utm_campaign=Github_April2024_Jaewoong_Android_Video_Chat&utm_term=DevRelOss).

The purpose of this repository is to demonstrate the following functionalities:
- Real-time video meeting room development using Kotlin and Jetpack Compose:
- Features include joining, creating calls, scanning QR codes, and sharing the room.
- A lobby room to verify camera and microphone status before joining.
- Capability to join a video call with multiple participants.
- Implementation of real-time chat communication within the meeting room.
- Support for sending real-time reactions during a call.
- Functionality to record video calls in real-time.
- Video filters such as virtual backgrounds or blurring effects.
- Screen sharing capabilities with multiple participants.
- Notifications management for call-related events.
- Picture-in-picture mode for ongoing live calls.

## 📲 Download APK
Go to the [Releases](https://github.com/GetStream/android-video-chat/releases) to download the latest APK. The application is also available on [Google Play](https://play.google.com/store/apps/details?id=io.getstream.video.android).

Expand Down

0 comments on commit 1a7765f

Please sign in to comment.