updated README.md

This commit is contained in:
Lorenzo Pichilli 2021-02-25 00:07:06 +01:00
parent 41eefd62b2
commit 76b424d253
1 changed files with 1 additions and 1 deletions

View File

@ -1534,7 +1534,7 @@ iOS-specific methods can be called using the `WebStorageManager.instance().ios`
### WebRTC
To work with WebRTC, you need to request `camera` and `microphone` permissions, for example using the `permission_handler` flutter package:
To work with WebRTC, you need to request `camera` and `microphone` permissions, for example using the [permission_handler](https://pub.dev/packages/permission_handler) plugin:
```dart
import 'package:permission_handler/permission_handler.dart';