Chat Object



 
The Chat object provides chat functionality.


Members Table

Remarks
    This object is available through the object Server. Use the Chat object to send or receive messages.

Examples
    The following example determines whether chatting is enabled and displays it.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Chat.Enabled);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top