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.
2 parents 0f04cb0 + 1132220 commit 631a8d7Copy full SHA for 631a8d7
index.d.ts
@@ -11,6 +11,7 @@ declare module 'react-native-callkeep' {
11
'didResetProvider' |
12
'checkReachability' |
13
'didPerformSetMutedCallAction' |
14
+ 'didChangeAudioRoute' |
15
'didLoadWithEvents' |
16
'showIncomingCallUi' |
17
'silenceIncomingCall' |
ios/RNCallKeep/RNCallKeep.m
@@ -105,6 +105,7 @@ - (void)dealloc
105
RNCallKeepDidToggleHoldAction,
106
RNCallKeepProviderReset,
107
RNCallKeepCheckReachability,
108
+ RNCallKeepDidChangeAudioRoute,
109
RNCallKeepDidLoadWithEvents
110
];
111
}
0 commit comments