Skip to content

Commit bf1243f

Browse files
authored
rever
1 parent bbab728 commit bf1243f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The following code is an example of the event schema.
156156
{
157157
"id": string, // Unique guid for event
158158
"topic": string, // /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/Microsoft.Communication/communicationServices/{communication-services-resource-name}
159-
"subject": string, // /recording/call/{call-id}/callConnectionId/{callConnectionId}
159+
"subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}
160160
"data": {
161161
"recordingStorageInfo": {
162162
"recordingChunks": [

0 commit comments

Comments
 (0)