Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const userID = Date.now() + Math.random().toString(36);
  2.  
  3. window.WebChat.renderWebChat({
  4. directLine: window.WebChat.createDirectLine({ token }),
  5. store,
  6. userID
  7. }, document.getElementById('webchat'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement