Skip to content

Commit bbab728

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)