Skip to content

afrah-tezda/livekittesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 56.0%
  • Swift 15.4%
  • C++ 14.9%
  • CMake 7.1%
  • HTML 3.2%
  • Ruby 2.7%
  • Other 0.7%