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

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
hamchapman committed Feb 9, 2018
1 parent 0458e5b commit 36e524f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
let room;

const tokenProvider = new Chatkit.TokenProvider({
userId: 'YOUR_CREATED_USER_ID',
url: 'YOUR_TEST_TOKEN_PROVIDER_URL',
})

const chatManager = new Chatkit.ChatManager({
instanceLocator: 'YOUR_INSTANCE_LOCATOR',
tokenProvider: tokenProvider,
url: 'YOUR_TEST_TOKEN_PROVIDER_URL',
userId: 'YOUR_CREATED_USER_ID',
});

chatManager.connect({
Expand Down

0 comments on commit 36e524f

Please sign in to comment.