Skip to content
Ahan Sardar edited this page Feb 20, 2025 · 1 revision

🏠 StreamLink Wiki

Logo

πŸ“Œ Overview

StreamLink is a video conferencing app built with Kotlin and powered by ZEGOCLOUD integration.
It allows users to create and join meetings seamlessly without requiring authentication.


πŸš€ Features

Feature Description
πŸŽ₯ Video Calls Seamless video conferencing with ZEGOCLOUD
πŸ”— Meeting Links Generate and share meeting IDs instantly
πŸ’¬ In-Meeting Chat Chat with participants during meetings
🎨 No Login Required Just enter a name & start a meeting!

πŸ“– Getting Started

πŸ“² Installation

  1. Download the APK from Releases.
  2. Install it on your Android device.
  3. Open the app & start conferencing! πŸŽ‰

πŸ”Ή How to Use

  1. Enter your name on the login screen.
  2. Create a meeting to generate a Meeting ID.
  3. Share the Meeting ID with participants.
  4. Others can join the meeting using the ID.
  5. Enjoy video conferencing and in-meeting chat! πŸŽ₯πŸ’¬

πŸ“Έ Screenshots

πŸ”Ή Login Screen πŸ”Ή Meeting Screen πŸ”Ή In-Meeting Chat

πŸ’‘ Contributing

We welcome contributions to StreamLink! πŸŽ‰

How to Contribute

  1. Fork the repository 🍴
  2. Clone your fork
    git clone https://github.com/YOUR-USERNAME/StreamLink.git
    cd StreamLink
  3. Create a new branch
    git checkout -b feature-name
  4. Make your changes & commit
    git commit -m "Added new feature"
  5. Push changes & create a Pull Request πŸš€
    git push origin feature-name
  6. Wait for review & merge!

πŸ“œ License

StreamLink is licensed under the MIT License.
See [LICENSE](https://github.com/YOUR-USERNAME/StreamLink/blob/main/LICENSE) for details.