SDKs
Introduction
The SDK wraps the Voysis Query API into a simple, easy to use format that allows the user to easily access our service without any overhead. The SDK does several things on the users behalf.
- Connects to the voysis service via a Websocket connection.
- Validates the users refreshToken and updates the session token.
- Interacts with the devices microphone to record audio.
- Makes the API calls needed to create/process a query request.
- Streams audio once a successful connection has been made.
- Responds with a success or error callback as well as periodic status callbacks.
- Closes the Websocket once the user is finished.
Currently available SDks:
Updated over 6 years ago