We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2b082 commit ef9cac5Copy full SHA for ef9cac5
1 file changed
example/src/callservice/CallService.android.ts
@@ -1,7 +1,7 @@
1
import ReactNativeForegroundService from '@supersami/rn-foreground-service';
2
3
// Start a foreground notification on Android.
4
-// A foreground notification is required for video/audio calls on Android.
+// A foreground notification is required for screenshare on Android.
5
export async function startCallService() {
6
await ReactNativeForegroundService.start({
7
id: 3456,
0 commit comments