PlatformsCapacitor

Capacitor Plugin

Using our Capacitor plugin makes it easy to integrate Shen.AI into hybrid apps targeting Android and iOS.

The best way to get started is to download and build the example app - available here on GitHub.

Installing the plugin

See the Customer Portal for SDK downloads.

Add the plugin as a dependency in package.json:

package.json
  "dependencies": {
    ...
    "capacitor-shenai-sdk": "file:./capacitor-shenai-sdk"
  }

Further steps

Please see permissions, initialization, configuration and video measurement for further steps.

;