With a bit of research and experimentation, I’ve managed to work out the answer to my own question.
The call I needed was
js.window.navigator.mediaDevices.getUserMedia({'audio':True,'video':False})
With a bit of research and experimentation, I’ve managed to work out the answer to my own question.
The call I needed was
js.window.navigator.mediaDevices.getUserMedia({'audio':True,'video':False})