Skip to content

Commit

Permalink
Update real-time-synthesis-avatar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sally-baolian authored Sep 27, 2024
1 parent 63797f3 commit 09238ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ To avoid unnecessary costs after you finish using the real-time avatar, it’s i
- You can proactively close the avatar connection by running the following code:

```javascript
avatarSynthesizer.close();
avatarSynthesizer.close()
```

You can find end-to-end working samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar).
You can find end-to-end working samples on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar).

## Edit background

Expand Down

0 comments on commit 09238ae

Please sign in to comment.