Skip to content

Commit ef9cac5

Browse files
committed
refactor: revert changes
1 parent bf2b082 commit ef9cac5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/src/callservice/CallService.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ReactNativeForegroundService from '@supersami/rn-foreground-service';
22

33
// Start a foreground notification on Android.
4-
// A foreground notification is required for video/audio calls on Android.
4+
// A foreground notification is required for screenshare on Android.
55
export async function startCallService() {
66
await ReactNativeForegroundService.start({
77
id: 3456,

0 commit comments

Comments
 (0)