getIP

Ziyaretçinin IP adresini verir.

Kulanım:

getIP: function()

var ip = BulutChatClient.getIP();
console.log(ip);

Last updated