Skip to main content

0.0.1

  1. SDK initialization

0.1.0

  1. Add startRecord and stopRecord

0.2.0

  1. Fix exception when ASR is off by default

0.2.1

  1. init adds platform parameter (required for overseas connection)

0.2.2

  1. Fix request address error caused by missing internal parameters

0.2.3

  1. Add untrained model connection and optimize RTC config retrieval

0.2.4

  1. Validate ASR configuration before startRecord

0.3.0

  1. Added support for using streaming audio as the driver.
  2. Domain migration.

0.3.1

  1. Fixed an error that occurred when passing false to openAsr during the start process.

0.3.2

  1. Added the initialSucccess event to replace the original intialSucccess event.
  2. Optimized the logic related to audio/video channel switching.
  3. Added two methods: createCamera and destroyCamera, along with the cameraChange event.