Demonstrates how to use the webrtc plugin.
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
flutter run -d web
Windows
flutter channel master
flutter create --platforms windows .
flutter run -d windows