* [wip] feat: audio visualizer. * macos. * wip. * wip. * wip. * wip. * wip. * update. * update. * update. * cleanup. * bump version for flutter-webrtc. * dart format. * add third-party code license. * fix. * fix compiler warning. * license. * add enableVisualizer to RoomOptions. * Added comments for enableVisualizer.
LiveKit Flutter Example
This app implements a video room using LiveKit's Flutter SDK. Designed to run for iOS, Android, Web, Mac, and Windows.
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=wss://${LIVEKIT_SERVER_IP_OR_DOMAIN} --dart-define=TOKEN=${YOUR_TOKEN}