react-native-callkeep
react-native-callkeep copied to clipboard
Add missing minimum API level annotation
The use of TelephonyCallback was introduced in react-native-webrtc#724 which is only supported on Android SDK v31+.
I have added an @RequiresApi annotation to maintain compatibility with older platform versions.