Skip to content

Commit

Permalink
Update README.md for Android Screenshare (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu authored Sep 8, 2024
1 parent c97fa76 commit cc94a11
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 @@ -239,7 +239,7 @@ In our example, we use the `flutter_background` package to handle this. In the a
</manifest>
```

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

Expand Down

0 comments on commit cc94a11

Please sign in to comment.