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 c2d5ec6 commit bdac226Copy full SHA for bdac226
react/remote-work-demo/src/talkJsConfig.js
@@ -1,6 +1,6 @@
1
const talkJsConfig = {
2
- appId: "tYGS1Q0R", // Replace this value with your app id
3
- userId: "USER_ID", // The user id for the user from who's perspective you're using the UI
+ appId: "<APP_ID>", // Replace this value with your app id
+ userId: "<USER_ID>", // The user id for the user from who's perspective you're using the UI
4
/**
5
* Below is a couple of example conversations to get you up and running.
6
* The conversations are split into two categories, which is also reflected in the UI.
0 commit comments