SDK Integration
...
Set up the recording
Starting a new recording
1 min
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); it must be noted that when testing the integration using a test recording, the recording must be over 30 seconds and include some medical information in order to properly generate an output