Welcome to the GitHub repository for our comprehensive tutorial on creating a video conference application using Jetpack Compose and WebRTC. This course will guide you through building a modern video conference app from scratch, utilizing Jetpack Compose for the UI and WebRTC for real-time video communication. Additionally, you'll implement a signaling server with JavaScript and Node.js to facilitate seamless video conferencing.
Watch the Tutorial here: www.youtube.com/@codewithkael
- Jetpack Compose Basics: Learn the essentials of building UI components with Jetpack Compose.
- Video Conference Implementation: Develop a feature-rich video conference application using WebRTC.
- Signaling Server: Create a signaling server with JavaScript and Node.js to manage video conference connections.
- Signaling Server Repo: https://github.com/codewithkael/WebrtcConferenceWebServer
- WebRTC Integration: Step-by-step guide to integrate WebRTC for real-time communication.
- Security Best Practices: Follow best practices to keep your conference data secure.
- Basic knowledge of Kotlin and Android development.
- Android Studio installed on your computer.
- An Android device or emulator to test the application.
For a detailed explanation and a step-by-step guide through the project, watch our tutorial on YouTube. This video complements the written guide in this repository, providing visual aid and additional commentary.
In this repository, you will find:
- Source Code: The complete source code for the video conference application demonstrated in the tutorial.
- Documentation: Additional documentation on Jetpack Compose, WebRTC, and Node.js.
We welcome contributions to this project! If you have suggestions, improvements, or bug fixes, please fork the repository and submit a pull request.
If you have any questions or need further assistance, please reach out by opening an issue in this repository, or contact us directly through the comments section of the YouTube tutorial.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for visiting this repository, and we hope you find the tutorial helpful and informative!