The AOQ SDK targets real-time multimodal scenarios and helps developers quickly build real-time interactive applications on the Alibaba Cloud Realtime API.
API design and callback mechanism
The AOQ SDK uses a declarative API design: you set the desired target state through the API, and the SDK determines the current state and switches to the target state at the right time. Callbacks report the execution progress in real time. You don't need to track when to call each API or make repeated calls.
Error handling
When an error occurs, the AOQ SDK automatically attempts to recover. It notifies you through a callback only when it can't recover on its own. Unrecoverable errors fall into two categories: physical limitations (such as network interruptions, audio or video device failures, and insufficient CPU or memory) and external factors (such as an invalid token).
Download
The AOQ SDK is developed by Alibaba Cloud. Download it from the official website. For details, see SDK download.