Open iverveinc opened 6 years ago
When I try to Update activity of user,
window.skypeWebApp.personsAndGroupsManager.mePerson.activity.set("on-the-phone").then(function() { console.log("Test") },function(err) { console.log(err) })
By this code I am Getting error of CommandDisabled
Error: CommandDisabled at Object.Exception (VM1103 skype-web-sdk.js:20782) at Function.pm_command [as set] (VM1103 skype-web-sdk.js:21989) at <anonymous>:1:62
When I try to Update activity of user,
window.skypeWebApp.personsAndGroupsManager.mePerson.activity.set("on-the-phone").then(function() { console.log("Test") },function(err) { console.log(err) })
By this code I am Getting error of CommandDisabled