world.ChatStopAcceptingCalls
Stops this world from accepting chat calls
Prototype
void ChatStopAcceptingCalls();
Description
Stops the world from accepting incoming chat calls. Existing calls are not affected. What this does is close the "listening" socket, so that the client no longer "hears" incoming calls.
Use ChatDisconnect or ChatDisconnectAll to disconnect existing calls.
VBscript example
ChatStopAcceptingCalls
Jscript example
ChatStopAcceptingCalls ();
PerlScript example
ChatStopAcceptingCalls ();
Python example
world.ChatStopAcceptingCalls
Lua example
ChatStopAcceptingCalls ()
Return value
Nothing.
Related topic
See also
| Function | Description |
|---|---|
| ChatAcceptCalls | Accepts incoming chat calls |
| ChatDisconnect | Disconnects a current chat call |
| ChatDisconnectAll | Disconnects all current chat calls |
| GetChatList | Gets the list of chat sessions |