react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
909 stars 438 forks source link

[IOS] Return promises #725

Open c960657 opened 1 year ago

c960657 commented 1 year ago

According to the README, several functions return a Promise, but they don't.

This patch fixes this for iOS (at least for some methods).

This is an old patch from an internal company repository. It may not cover all relevant methods, but it has been battle-tested in production for years. I did not write it myself.