Skip to content

Commit eac14ee

Browse files
authored
revert servercallID for event schema
1 parent 444d3f3 commit eac14ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/call-recording-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Example of the event schema:
173173
{
174174
"id": string, // Unique guid for event
175175
"topic": string, // /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/Microsoft.Communication/communicationServices/{communication-services-resource-name}
176-
"subject": string, // /recording/call/{call-id}/callConnectionId/{callConnectionId}
176+
"subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}
177177
"data": {
178178
"recordingStorageInfo": {
179179
"recordingChunks": [

0 commit comments

Comments
 (0)