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 7fabefd commit 1c590b5Copy full SHA for 1c590b5
README.md
@@ -124,7 +124,7 @@ Launch a session with its required parameters using the `start` function.
124
const completion = (code, description) => {
125
...
126
}
127
-RNYotiDocScan.start(id, token, completion);
+RNYotiDocScan.start(sessionID, sessionToken, completion);
128
```
129
130
## Supported languages
0 commit comments