Logs in user to chat.
It returns login token which can be used later to re-login user to chat if server looses session.
If user is already logged in, old token is returned. Otherwise it is generated.
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteID
- Type:
System Int32
Site ID
- chatUserID
- Type:
System Int32
Chat user ID
- isHidden
- Type:
System Boolean
If false, this user will be shown in online users on live site. False has higher priority than true.
Return Value
Type:Login token
See Also