Flutter-WebRTC
Flutter WebRTC plugin for iOS/Android
Usage
Add flutter_webrtc
as a dependency in your pubspec.yaml file.
iOS
Add the following entry to your Info.plist file, located in <project root>/ios/Runner/Info.plist
:
This entry allows your app to access camera and microphone.
Android
Ensure the following permission is present in your Android Manifest file, located in `
The Flutter project template adds it, so it may already be there.
Functionality
We intend to implement support the following features:
- [ ] Data Channel
- [ ] Port to Flutter-Desktop-Embedding
- [ ] Screen Capture
- [ ] ORTC API
- [ ] Port to Fuchsia
Example
For more examples, please refer to flutter-webrtc-demo.