We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713a0a1 commit 890e9dbCopy full SHA for 890e9db
articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-js.md
@@ -39,7 +39,7 @@ const options: CreateCallOptions = {
39
};
40
```
41
42
-## Start Audio Streaming
+## Start audio streaming
43
How to start audio streaming:
44
``` JS
45
const streamingOptions: StartMediaStreamingOptions = {
@@ -65,7 +65,7 @@ The metadata packet will look like this:
65
66
67
68
-## Stop Audio Streaming
+## Stop audio streaming
69
How to stop audio streaming
70
71
const stopMediaStreamingOptions: StopMediaStreamingOptions = {
0 commit comments