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 c7616f6 + 5963709 commit f07f9f6Copy full SHA for f07f9f6
README.md
@@ -660,7 +660,7 @@ class RNCallKeepExample extends React.Component {
660
661
// Event Listener Callbacks
662
663
- didReceiveStartCallAction(data) => {
+ didReceiveStartCallAction = (data) => {
664
let { handle, callUUID, name } = data;
665
// Get this event after the system decides you can start a call
666
// You can now start a call from within your app
0 commit comments