Skip to content

Commit b431d5c

Browse files
Update README.md
Co-authored-by: Geraint White <[email protected]>
1 parent 4dd66ad commit b431d5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,13 @@ When Phone call is active, Android control the audio via connection service. so
406406
_This feature is available only on Android._
407407

408408
```js
409-
RNCallKeep.toggleAudioRouteSpeaker(uuid: string, routeSpeaker: boolean);
409+
RNCallKeep.toggleAudioRouteSpeaker(uuid, true);
410410
```
411411

412+
- `uuid`: string
413+
- uuid of the current call.
414+
- `routeSpeaker`: boolean
415+
412416
### supportConnectionService (async)
413417

414418
Tells if `ConnectionService` is available on the device (returns a boolean).

0 commit comments

Comments
 (0)