Chatwee

ChatweeManager.Dispose

Removes the chat completely from the DOM. Call this method whenever the chat is no longer needed (for instance, when the user logs out from your Single Page Application).


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