Javascript
Latest Release
Setup
Login npm private repository
npm login --scope=@teldio-operations --registry=https://npm.pkg.github.comAdd Signal-Application-SDK as a dependency
npm install @teldio-operations/signal-application-sdkInitialize SDK
init(applicationType: string, onConfigurationChangeRequestedCallback: OnConfigurationChangeRequested, onEventReceivedCallback: OnEventReceived)Call next to forward the event to the next node
next(event: string)Provide a callback method to get notified when a configuration change is requested
Provide a callback method to get notified when an event is received from event bus
Last updated