Skip to content

Commit 6c4a7cb

Browse files
Update index.d.ts
Co-authored-by: Geraint White <[email protected]>
1 parent 749318c commit 6c4a7cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ declare module 'react-native-callkeep' {
144144
* @param uuid
145145
* @param routeSpeaker
146146
*/
147-
static toggleAudioRouteSpeaker(uuid: string, routeSpeaker: boolean) {
148-
149-
}
147+
static toggleAudioRouteSpeaker(uuid: string, routeSpeaker: boolean): void
150148
static setOnHold(uuid: string, held: boolean): void
151149

152150
/**

0 commit comments

Comments
 (0)