mirror of
https://github.com/flutter-webrtc/flutter-webrtc
synced 2025-07-15 21:56:21 +00:00
webrtc_example
Demonstrates how to use the webrtc plugin.
Getting Started
Make sure your flutter is using the dev
channel.
flutter channel dev
./scripts/project_tools.sh create
Android/iOS
flutter run
macOS
flutter run -d macos
Web
dart compile js ../web/e2ee.worker.dart -o web/e2ee.worker.dart.js
flutter run -d web
Windows
flutter channel master
flutter create --platforms windows .
flutter run -d windows