Скриптовые события MyChat Server: chat events (общие)_2
A list of common events in MyChat
a file server, built-in in MyChat; |
|
intercepting events on a common announcement board; |
|
events for calls: request, start, end; |
|
intercepting various events in MyChat conferences; |
|
various events without any category + REST handlers; |
|
intercepting broadcasts with read receipts; |
|
working with events of client plugins + requests for executing scripts on the server from MyChat Client; |
|
event handlers: connections/disconnections, statuses, domain import, logins, profile editing, etc; |
|
events for private messages between server's users. |
See also
Events for managing projects and tasks in Kanban
OnADUserImport |
|
placing messages on a common bulletin board; |
|
attempting to register a new user on the server; |
|
an event for sending a broadcast; |
|
launch of the server's network core; waiting incoming connections; |
|
OnChatServerStop |
|
event for connecting a client to the server (before authorization); |
|
disconnecting a client from the server; |
|
getting a RAW message from one plugin of MyChat Client to another; |
|
execute a server script from MyChat Client; |
|
user join attempt to the conference; |
|
attempting to kick a user from a conference; |
|
attempting to exit the conference; |
|
sending a message to a conference; |
|
OnFTPServerStart |
|
OnFTPServerStop |
|
media call end; |
|
media call attempt (voice, video, screen sharing); |
|
media call start; |
|
getting a private message from one user to another; |
|
open a session of a private communication one to one; |
|
successful user registration; |
|
remote request of the server script from MyChat Client MyChat Client, via network; |
|
processing REST request (POST or GET); |
|
OnSendAdvertBanner |
|
automatic user block; |
|
user authorization on the server. |