Nureva App release notes - November 25, 2024
    • 29 Jan 2025
    • PDF

    Nureva App release notes - November 25, 2024

    • PDF

    Article summary

    With this Nureva® App version we did not introduce any new features or make any changes to the app. This release focused on the Nureva Developer Toolkit, stability improvements to Nureva App local APIs and the switch from WebSocket-based local API to a REST (Representational State Transfer) architecture.

    Nureva Developer Toolkit

    Nureva has switched from a WebSocket-based local API to a REST (Representational State Transfer) architecture. This update includes new endpoints for the HDL310 and HDL410, replacing sound location data and other commands with REST and Server-Side Events (SSE). The WebSocket API is now deprecated and will no longer receive updates. We recommend transitioning to the new local REST API, which is actively maintained.

    REST is commonly used for control APIs, while SSE offers a similar solution to WebSocket for pushing API notifications to third parties, reducing unnecessary polling and simplifying development. SSE uses standard HTTP protocol, making it more familiar to developers and reducing communication overhead.

    Documentation has also improved with a new language pane that provides code samples in multiple languages and the ability to interactively "try" each endpoint, features previously available only with our console APIs.

    Known Issues

    There is a known issue of an initialization failure with camera switching that may result in camera switching remaining off until an external event triggers re-initialization. The work around is to make a temporary adjustment to the configuration in order to reinitiate. For example, replacing the REST API access token or changing the IP address or port of the camera switcher, save it, and then revert to the correct value. A fix will be released in the next release

    Additional Resources

    Nureva Developer Toolkit

    WebSocket local API guide


    Was this article helpful?