Skip to content

Commit cc94a11

Browse files
authored
Update README.md for Android Screenshare (#583)
1 parent c97fa76 commit cc94a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ In our example, we use the `flutter_background` package to handle this. In the a
239239
</manifest>
240240
```
241241

242-
Before starting the background service and enabling screen share, you **must** call `Helper.requestCapturePermission()` from `flutter_webrtc`, and only proceed if it returns true.
242+
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)
243243

244244
#### iOS
245245

0 commit comments

Comments
 (0)