ResetConnect
public void ResetConnect();
Description
The socket connection to the chat server is force reset.
When the ResetConnect method is called, both public and guild channels are disconnected.
After disconnecting, OnLeaveChannel
and OnLeaveGuildChannel
are called.
Example
Backend.Chat.ResetConnect();