Skip to content

Commit 9ccc663

Browse files
committed
Update readme
1 parent cb6dbb1 commit 9ccc663

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ RNCallKeep.displayIncomingCall(uuid, handle, localizedCallerName);
179179
- `true` (you know... when not false)
180180

181181
### answerIncomingCall
182-
_This feature is available only on Android._
183182

184183
Use this to tell the sdk a user answered a call from the app UI.
185184

ios/RNCallKeep/RNCallKeep.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ + (void)initCallKitProvider {
208208
RCT_EXPORT_METHOD(answerIncomingCall:(NSString *)uuidString)
209209
{
210210
#ifdef DEBUG
211-
NSLog(@"[RNCallKeep][answerCall] uuidString = %@", uuidString);
211+
NSLog(@"[RNCallKeep][answerIncomingCall] uuidString = %@", uuidString);
212212
#endif
213213
NSUUID *uuid = [[NSUUID alloc] initWithUUIDString:uuidString];
214214
CXAnswerCallAction *answerCallAction = [[CXAnswerCallAction alloc] initWithCallUUID:uuid];

0 commit comments

Comments
 (0)