Skip to content

Commit 46f64d0

Browse files
committed
Polishing
1 parent 566ed48 commit 46f64d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/how-to-get-speech-session-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Open the log file your application produced and look for `SessionId:`. The numbe
4848
```
4949
### Get Session ID using JavaScript
5050

51-
If you use Speech SDK for JavaScript, you need to use `sessionStarted` event of the [Recognizer class](/javascript/api/microsoft-cognitiveservices-speech-sdk/recognizer).
51+
If you use Speech SDK for JavaScript, you get Session ID with the help of `sessionStarted` event from the [Recognizer class](/javascript/api/microsoft-cognitiveservices-speech-sdk/recognizer).
5252

5353
See an example of getting Session ID using JavaScript in [this sample](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/js/browser/index.html). Look for `recognizer.sessionStarted = onSessionStarted;` and then for `function onSessionStarted`.
5454

0 commit comments

Comments
 (0)