Skip to content

Commit 03fcedc

Browse files
authored
revert servercallID for event schema
1 parent eac14ee commit 03fcedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following code is an example of the event schema.
181181
{
182182
"id": string, // Unique guid for event
183183
"topic": string, // /subscriptions/{subscription-id}/resourceGroups/{group-name}/providers/Microsoft.Communication/communicationServices/{communication-services-resource-name}
184-
"subject": string, // /recording/call/{call-id}/callConnectionId/{callConnectionId}
184+
"subject": string, // /recording/call/{call-id}/serverCallId/{serverCallId}
185185
"data": {
186186
"recordingStorageInfo": {
187187
"recordingChunks": [

0 commit comments

Comments
 (0)