From 8e40a44651102971efa698a2cbe5ba1678ba973d Mon Sep 17 00:00:00 2001 From: Miron Pawlik Date: Mon, 23 Sep 2024 10:41:30 +0200 Subject: [PATCH] Update forgroud service --- guide/react-native/screensharing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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