Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Feb 24, 2021
1 parent 41eefd6 commit 76b424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 76b424d

Please sign in to comment.