We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749318c commit 6c4a7cbCopy full SHA for 6c4a7cb
index.d.ts
@@ -144,9 +144,7 @@ declare module 'react-native-callkeep' {
144
* @param uuid
145
* @param routeSpeaker
146
*/
147
- static toggleAudioRouteSpeaker(uuid: string, routeSpeaker: boolean) {
148
-
149
- }
+ static toggleAudioRouteSpeaker(uuid: string, routeSpeaker: boolean): void
150
static setOnHold(uuid: string, held: boolean): void
151
152
/**
0 commit comments