react-native-callkeep
react-native-callkeep copied to clipboard
Fix getAudioRoutes definition
Fixes #748.
As described in that issue, getAudioRoutes()
currently returns a Promise<void>
. It should be returning Promise<AudioRoute[]>
as described in the documentation and the Java module.