SDK Integration
Steps to integrate using the A...
Installation via npm
2 min
install the autoscriber autoscriber package via npm or yarn npm yarn import the autoscriber autoscriber package if you are using typescript you can access the exported types for strict typing import scribe, { specialties } from "autoscriber"; // for typescript strict typing import type { connectionconfig, recordingdevice, statetype, recordingdevicelist } from "autoscriber";