react-native-webrtc / react-native-callkeep

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

Add missing minimum API level annotation #741

Open ramijarrar opened 11 months ago

ramijarrar commented 11 months ago

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.