react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Fix getAudioRoutes definition

Open scarletcs opened this issue 1 year ago • 0 comments

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.

scarletcs avatar Nov 16 '23 12:11 scarletcs