Skip to content

Commit 3f8c924

Browse files
authored
Update audio-streaming-quickstart.md
remove schema since it's already provided in the include files
1 parent 5df0fae commit 3f8c924

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,6 @@ Functionality described in this quickstart is currently in public preview.
3737
::: zone-end
3838

3939

40-
## Audio streaming schema
41-
After sending through the metadata packet, Azure Communication Services will start streaming audio media to your WebSocket server. Below is an example of what the media object your server will receive looks like.
42-
43-
``` code
44-
{
45-
"kind": <string>, // What kind of data this is, e.g. AudioMetadata, AudioData.
46-
"audioData":{
47-
"data": <string>, // Base64 Encoded audio buffer data
48-
"timestamp": <string>, // In ISO 8601 format (yyyy-mm-ddThh:mm:ssZ)
49-
"participantRawID": <string>,
50-
"silent": <boolean> // Indicates if the received audio buffer contains only silence.
51-
}
52-
}
53-
```
54-
55-
5640
## Clean up resources
5741

5842
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it. Learn more about [cleaning up resources](../../quickstarts/create-communication-resource.md#clean-up-resources).

0 commit comments

Comments
 (0)