diff --git a/README.md b/README.md index 227bc56c3..d2e89ba0f 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ In our example, we use the `flutter_background` package to handle this. In the a ``` -Before starting the background service and enabling screen share, you **must** call `Helper.requestCapturePermission()` from `flutter_webrtc`, and only proceed if it returns true. +Before starting the background service and enabling screen share, you **must** call `Helper.requestCapturePermission()` from `flutter_webrtc`, and only proceed if it returns true. [Refer to our example implementation for details.](https://github.com/livekit/client-sdk-flutter/blob/c97fa769260a3fefd146c0ee61e2ce5c30ce2010/example/lib/widgets/controls.dart#L159) #### iOS