Demonstrates how to use the webrtc plugin.
Make sure your flutter is using the dev channel.
flutter channel dev
./scripts/project_tools.sh createAndroid/iOS
flutter runmacOS
flutter run -d macosWeb
dart compile js ../web/e2ee.worker.dart -o web/e2ee.worker.dart.js
flutter run -d webWindows
flutter channel master
flutter create --platforms windows .
flutter run -d windows