Skip to content

Commit 7c69d82

Browse files
Merge branch 'speakerOutputAndroid' of https://github.com/vtn-dev-prithipal/react-native-callkeep into speakerOutputAndroid
2 parents b0a2fda + 6c4a7cb commit 7c69d82

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)