Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 861 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 861 Bytes

LiveKit-Flutter-Video-Call

Flutter App With Video Conferencing using LiveKit.io

This app implements a video room using LiveKit's Flutter SDK. Designed to run for iOS, Android, Web, Mac, and Windows.

# How to setup the server

https://cloud.livekit.io/

Setup a cloud using livekit cloud and get the LIVEKIT_SERVER_IP_OR_DOMAIN and TOKEN

# How to test the connection

https://livekit.io/connection-test

# Livekit Flutter Client

https://pub.dev/packages/livekit_client

#How to run the code

$ flutter pub get

Due to the inconvenience of typing on mobile devices, you can autofill URL and TOKEN for first run in debug mode.

$ flutter run --dart-define=URL=wss://${LIVEKIT_SERVER_IP_OR_DOMAIN} --dart-define=TOKEN=${YOUR_TOKEN}