Skip to content

Commit 165d11d

Browse files
authored
correcting name of keepMicrophone param
1 parent 5d23b96 commit 165d11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The core of the library is the [RecognizeStream] that performs the actual transc
8383
### [`.recognizeMicrophone({token})`](http://watson-developer-cloud.github.io/speech-javascript-sdk/master/module-watson-speech_speech-to-text_recognize-microphone.html) -> Stream
8484

8585
Options:
86-
* `keepMic`: if true, preserves the MicrophoneStream for subsequent calls, preventing additional permissions requests in Firefox
86+
* `keepMicrophone`: if true, preserves the MicrophoneStream for subsequent calls, preventing additional permissions requests in Firefox
8787
* `mediaStream`: Optionally pass in an existing media stream rather than prompting the user for microphone access.
8888
* Other options passed to [RecognizeStream]
8989
* Other options passed to [SpeakerStream] if `options.resultsbySpeaker` is set to true

0 commit comments

Comments
 (0)