Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 36e524f

Browse files
committed
Fix example
1 parent 0458e5b commit 36e524f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
let room;
2020

2121
const tokenProvider = new Chatkit.TokenProvider({
22-
userId: 'YOUR_CREATED_USER_ID',
22+
url: 'YOUR_TEST_TOKEN_PROVIDER_URL',
2323
})
2424

2525
const chatManager = new Chatkit.ChatManager({
2626
instanceLocator: 'YOUR_INSTANCE_LOCATOR',
2727
tokenProvider: tokenProvider,
28-
url: 'YOUR_TEST_TOKEN_PROVIDER_URL',
28+
userId: 'YOUR_CREATED_USER_ID',
2929
});
3030

3131
chatManager.connect({

0 commit comments

Comments
 (0)