getPhone

Ziyaretçiye atanan telefon numarasını getirir.

Kullanım:

getPhone: function()

var phone = BulutChatClient.getPhone();
console.log(phone);

Last updated