"For developers", "Server scripts", "Script events".
You can set several of your handlers to each MyChat Server event.
Event handlers can be enabled/disabled by checkboxes next to their names in the tree-like event list.
Each script name is unique. Scripts calls are recorded so that you can view their execution history in the server log.
place a message on the common announcement board; |
|
registration attempt of a new user on the server; |
|
notification sending event; |
|
event for client connection to the server (before authorization); |
|
disconnect the client from the server; |
|
event for receiving a RAW-message from one MyChat Client plugin to another; |
|
request for running a server script from MyChat Client; |
|
user attempt to enter the text conference; |
|
kicking a user from a text conference; |
|
user attempt to exit the conference; |
|
event for sending a message to the text conference; |
|
media call end; |
|
attempting to make a call (voice, video, screen sharing); |
|
media call start; |
|
receiving the private message from one user to another; |
|
request to open the session of private communication one on one; |
|
successful registration of a new user; |
|
remote request of the server script from MyChat Client over the network; |
|
processing the REST request (POST or GET); |
|
event for automatic blocking of a user; |
|
event for user authorization on the server. |