Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f07f9f6

Browse files
authoredJul 23, 2020
Merge pull request #247 from react-native-webrtc/readme_typo
Fix typo in readme
2 parents c7616f6 + 5963709 commit f07f9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ class RNCallKeepExample extends React.Component {
660660

661661
// Event Listener Callbacks
662662

663-
didReceiveStartCallAction(data) => {
663+
didReceiveStartCallAction = (data) => {
664664
let { handle, callUUID, name } = data;
665665
// Get this event after the system decides you can start a call
666666
// You can now start a call from within your app

0 commit comments

Comments
 (0)
Please sign in to comment.