Skip to content

Commit fa07b11

Browse files
authored
Merge pull request #174962 from RinaRish/patch-41
Update call-recording.md
2 parents c08430f + 2906aaf commit fa07b11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/concepts/voice-video-calling/call-recording.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Call Recording provides a set of APIs to start, stop, pause and resume recording
2525
![Call recording concept diagram](../media/call-recording-concept.png)
2626

2727
## Media output types
28-
Call recording currently supports mixed audio+video MP4 output format. The output media matches meeting recordings produced via Microsoft Teams recording.
28+
Call recording currently supports mixed audio+video MP4 and mixed audio-only MP3/WAV output formats. The mixed audio+video output media matches meeting recordings produced via Microsoft Teams recording.
2929

3030
| Channel Type | Content Format | Video | Audio |
3131
| :----------- | :------------- | :---- | :--------------------------- |
3232
| audioVideo | mp4 | 1920x1080 8 FPS video of all participants in default tile arrangement | 16kHz mp4a mixed audio of all participants |
33+
| audioOnly| mp3/wav | N/A | 16kHz mp3/wav mixed audio of all participants |
3334

3435

3536
## Run-time Control APIs

0 commit comments

Comments
 (0)