Switchboard
Entry point for the Switchboard SDK.
Provides methods to initialize the SDK, create and control audio engines, read and write object properties, and subscribe to events. Objects (the engine and the nodes within it) are referenced by their string ObjectID. Every method returns a SwitchboardResult describing success or failure.
Functions
Adds an event listener for the specified event on the object with the given object ID.
Calls an action on the object with the specified object ID.
Creates an engine with the given JSON configuration.
Creates an engine with the given configuration.
Deinitializes the Switchboard SDK, releasing the resources it holds.
Destroys the engine with the given object ID, releasing its resources.
Initializes the Switchboard SDK with the given configuration.
Initializes the Switchboard SDK with the given credentials and extensions.
Loads a native extension library.
Removes an event listener with the specified listener ID from the object with the given object ID.