Files
client-sdk-flutter/example
CloudWebRTCandGitHub 3d8bf96651 protocol 8. (#134)
* protocol 8.

* add FastConnectOptions.

* update.

* fix.

* Deprecated the top connect method.

* Add fast connect button in example.

* Create a Listener before connecting.

* Force protocol-v7 for deprecated APIs.

* remove commented out line.

* relative path import.

* update.
2022-07-11 19:54:08 +08:00
..
2022-07-10 22:43:20 +09:00
2022-07-11 19:54:08 +08:00
2022-05-18 22:43:57 +09:00
2021-10-01 02:47:18 +09:00
2022-05-15 15:15:13 +09:00
2021-08-04 11:33:06 -07:00
2021-08-04 11:33:06 -07:00
2022-07-10 22:43:20 +09:00
2022-05-18 22:02:24 +09:00

LiveKit Flutter Example

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

Quickstart

Run example:

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=ws://${LIVEKIT_SERVER_IP}:7880 --dart-define=TOKEN=${YOUR_TOKEN}