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 docid\ rqlexkipvvrzndt0nqcak getavailablerecordingdevices() docid 5wh0pswfosa99jiijkhct startrecording() docid\ hvobwixtefucneoxbiu6g docid\ gdziwoopakb4quc0fwokk pauserecording() docid\ j bwwbolmwf0icelrtm v resumerecording() 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);
