Skip to content

Commit 407b3df

Browse files
authored
Update audio-streaming-quickstart-js.md
1 parent de7a3d8 commit 407b3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ await answerCallResult.callConnection.getCallMedia().startMediaStreaming(startMe
8686

8787
## Stop audio streaming
8888
To stop receiving audio streams during a call, you can use the **Stop streaming API**. This allows you to stop the audio streaming at any point in the call. There are two ways that audio streaming can be stopped;
89-
1. **Triggering the Stop streaming API:** Use the API to stop receiving audio streaming data while the call is still active.
90-
2. **Automatic stop on call disconnect:** Audio streaming automatically stops when the call is disconnected.
89+
- **Triggering the Stop streaming API:** Use the API to stop receiving audio streaming data while the call is still active.
90+
- **Automatic stop on call disconnect:** Audio streaming automatically stops when the call is disconnected.
9191

9292
``` JS
9393
const stopMediaStreamingOptions: StopMediaStreamingOptions = {

0 commit comments

Comments
 (0)