Sign Out

Applies to: Skype for Business 2015

After sign-in and creation of the application object we can get access to the signInManager and call signOut() which will trigger cleanup any conversation and active outstanding resources.

Signing Out

  1. Signing Out.
   application.signInManager.signOut().then(function () {
       // signed out succesfully
   }, function (error) {
       // handle error
   });