Skip to content

Commit 1724f00

Browse files
authored
Rename section 'Other Notes' to 'Known Issues'
1 parent bf1243f commit 1724f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/communication-services/concepts/voice-video-calling/call-recording.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Many countries/regions and states have laws and regulations that apply to call r
149149

150150
Regulations around the maintenance of personal data require the ability to export user data. In order to support these requirements, recording metadata files include the `participantId` for each call participant in the `participants` array. You can cross-reference the Azure Communication Services User Identity in the `participants` array with your internal user identities to identify participants in a call.
151151

152-
## Other Notes ##
152+
## Known Issues ##
153153
In rare High Availability or Disaster Recovery (HADR) scenarios, a single call recording session may produce multiple recording files that share the same `recordingId` and `chunkId`. In these cases, `StopCallRecording` may return `404 Recording not found` even though recording files are successfully delivered via `RecordingFileStatusUpdated` events. Applications should correlate recordings using `serverCallId` and not assume a one‑to‑one relationship between calls, recording IDs, chunk IDs, and output files.
154154

155155
## Next steps

0 commit comments

Comments
 (0)