Skip to content

Commit b47eb8f

Browse files
supportConnectionService is not an async function!
Removed "async" from supportConnectionService since it's not asynchronous.
1 parent 51f8d9a commit b47eb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ await RNCallKeep.setAudioRoute(uuid, routeName);
586586
- `routeName`: String
587587
- AudioRoute.name.
588588

589-
### supportConnectionService (async)
589+
### supportConnectionService
590590

591591
_This feature is available only on Android._
592592

0 commit comments

Comments
 (0)