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

Add missing minimum API level annotation

Open ramijarrar opened this issue 2 years ago • 0 comments

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.

ramijarrar avatar Oct 31 '23 07:10 ramijarrar