SDK Integration
Steps to integrate using the A...
Set up the recording
2 min
the following steps will explain how you can set the recording of audio through the autoscriber sdk set up the recording docid\ rqlexkipvvrzndt0nqcak getavailablerecordingdevices() starting a new recording docid 5wh0pswfosa99jiijkhct startrecording() set up the autoscriber waveform using the sdk docid\ hvobwixtefucneoxbiu6g pausing a recording docid\ gdziwoopakb4quc0fwokk pauserecording() resuming a recording docid\ j bwwbolmwf0icelrtm v resumerecording() stopping a recording docid 5b8zmu wj8ij0btbaphom stoprecording() starting a new recording starting a recording using the autoscriber sdk will automatically update autoscriber's statelistener with the real time transcript you can also make use of the autoscriber waveform to include microphone activity detection for user experience, see guide below let selectedmicrophone = microphones\[0] deviceid;// default to first available recording device for demo, and send through deviceid to the sdk // without waveform scribe startrecording(selectedmicrophone); // with waveform scribe startrecording(selectedmicrophone, waveformconfig);