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.
2 parents f025d37 + dacf839 commit 051d150Copy full SHA for 051d150
articles/communication-services/concepts/voice-video-calling/call-recording.md
@@ -125,6 +125,12 @@ An Event Grid notification `Microsoft.Communication.RecordingFileStatusUpdated`
125
"sampleRate": <number>, // sample rate for audio recording
126
"bitRate": <number>, // bitrate for audio recording
127
"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
134
}
135
},
136
"participants": [
0 commit comments