Chatwee

ChatweeManager.Run

Initializes and runs the Chatwee chat app. Call this method whenever you need to run the chat for the user (for instance, when the user logs in to your Single Page Application and the XHR request responsible for logging the user in has terminated).


  var chatId = "5817d4ba9da1fb0065000029";
  var chatweeManager = new ChatweeLib.ChatweeManager(chatId);
  chatweeManager.Run();
	
This method takes no parameters.