Search code examples
skypeskype-for-businessskypedeveloper

Skype sdk error "Configuration service is unreachable"


Iam using skype js sdk

first : iam searching for any cdn that hold skypebootstap.js and i didn't find a one

second : when i try to sign in using code below

Skype.initialize({ apiKey: config.apiKey }, function (api) {
        config.application = new api.application();
        signIn();
    }, function (err) {
        console.log(err);  
    });

i got error with code 1 and message Configuration service is unreachable what can cause this error ?


Solution

  • you can check every thing related here SkypeSDk

    and the only provider for this file is swx.cdn.skype.com has turn them off.

    Check your internet connection if it allow to connect Skype services.