Skip to content

Commit 051d150

Browse files
authored
Merge pull request #1 from matt-regier/matt-regier-patch-2
Update call-recording.md
2 parents f025d37 + dacf839 commit 051d150

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
125125
"sampleRate": <number>, // sample rate for audio recording
126126
"bitRate": <number>, // bitrate for audio recording
127127
"channels": <number> // number of audio channels in output recording
128+
},
129+
"videoConfiguration": {
130+
"longerSideLength": <number>, // longerSideLength for video recording
131+
"shorterSideLength": <number>, // shorterSideLength for video recording
132+
"frameRate": <number>, // frameRate for video recording
133+
"bitRate": <number> // bitrate for video recording
128134
}
129135
},
130136
"participants": [

0 commit comments

Comments
 (0)