onCloseChat

Sohbet sona erdiğinde tetiklenir.

Kullanım:

onCloseChat: function(Function handler)

BulutChatClient.onCloseChat(function() {
    console.log("Chat ended");
});

Last updated