We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fd2c1 commit 51edf84Copy full SHA for 51edf84
ios/RNTwilioVoice/RNTwilioVoice.m
@@ -687,7 +687,7 @@ - (void)provider:(CXProvider *)provider performSetMutedCallAction:(CXSetMutedCal
687
- (void)provider:(CXProvider *)provider performPlayDTMFCallAction:(CXPlayDTMFCallAction *)action {
688
TVOCall *call = self.activeCalls[action.callUUID.UUIDString];
689
if (call && call.state == TVOCallStateConnected) {
690
- RCTLogInfo(@"SendDigits %@", action.digits);
+ NSLog(@"SendDigits %@", action.digits);
691
[call sendDigits:action.digits];
692
}
693
0 commit comments