OfficeDev / skype-web-sdk-simple-sample-for-SfB-online

Other
34 stars 13 forks source link

CommandDisabled When I try to update activity #5

Open iverveinc opened 6 years ago

iverveinc commented 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