react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

Update to include DTMF, held and group support #54

Open danjenkins opened 6 years ago

danjenkins commented 6 years ago

The module should support the additional methods of DTMF events as well as handling group events. Strangely I see a held event in the docs but no hold button in the UI.

https://developer.apple.com/documentation/callkit/cxplaydtmfcallaction https://developer.apple.com/documentation/callkit/cxsetgroupcallaction https://developer.apple.com/documentation/callkit/cxsetheldcallaction

Will try and add the relevant PR in the coming weeks