diff --git a/guide/react-native/screensharing.mdx b/guide/react-native/screensharing.mdx index ec8d43a..ba0cfca 100644 --- a/guide/react-native/screensharing.mdx +++ b/guide/react-native/screensharing.mdx @@ -13,7 +13,7 @@ Our SDK also allow to stream content of mobile device screen. ### Android -On Android devices, screen share feature is available right after SDK is installed in app. No further actions are required. +To enable screen sharing on android, you need enable foreground services. Here is [instruction on how to enable it](./background). ### iOS