Is it possible to extract the raw SDP negotiation logs and WebRTC media stream metadata for digital channel voice calls during a legal hold bulk export job?
We are currently exporting conversations via POST /api/v2/analytics/conversations/export for a discovery request in the UK jurisdiction. The manifest files contain the recording_uri and transcript_uri, but the chain of custody documentation requires proof of the media stream handshake integrity. The standard export payload lacks the WebRTC-specific telemetry such as ICE candidate pairs and DTLS fingerprint verification status. We need to verify if the recording was generated from the actual peer-to-peer stream or a server-side mix, as this impacts the admissibility of the evidence. The environment is Genesys Cloud v2024.09.0 with BYOC enabled. Any guidance on accessing this low-level network metadata through the export API would be appreciated.