The recording ID from the webhooks payload is now a consistent data type
FixThe recording ID within a webhook payload was correctly sent as an Integer data type when the recording was processed in real-time (first attempt), but incorrectly sent as a String data type when the webhook was sent as a result of a successfully retried recording (one that failed on its first attempt).
This has been fixed so that the recording ID within any of the possible webhook payloads will always be an Integer data type across the board as it should.