Skip to main content

Integrating the Windows SDK

The Switchboard SDK for Windows package contains .dll files and C++ headers that can be easily added to your Windows project.

Initializing the SDK

Before you make any calls to the Switchboard SDK you need to initialize it. You can do this anywhere in your project.

To initialize our SDK in your project, please sign up here to receive your appID and appSecret values.

It is essential to initialize the Switchboard SDK before any other Extension.

SwitchboardSDK.initialize("Your app ID", "Your app secret")