Skip to content

Commit 795646d

Browse files
authored
Update audio-streaming-quickstart-python.md
applied PR comments - sentence case
1 parent 890e9db commit 795646d

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-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ call_connection_properties = call_automation_client.create_call(target_participa
4242
)
4343
```
4444

45-
## Start Audio Streaming
45+
## Start audio streaming
4646
How to start audio streaming:
4747
``` Python
4848
call_connection_client.start_media_streaming()
@@ -65,7 +65,7 @@ The metadata packet will look like this:
6565
```
6666

6767

68-
## Stop Audio Streaming
68+
## Stop audio streaming
6969
How to stop audio streaming
7070
``` Python
7171
call_connection_client.stop_media_streaming()

0 commit comments

Comments
 (0)