Ability to query the recording status on a live meeting

Is your feature request related to a problem? Please describe.
Given the recent increased delays on recording webhooks, we are looking for a way to determine the current recording status on a meeting without relying on webhooks. Delayed webhooks cripple our app’s ability to provide utility to our users during a meeting.

Describe the solution you’d like
An API method to query a live meeting’s recording status and recording metadata (particularly start_datetime). We could then enable polling on this endpoint during periods when webhooks are degraded.

Describe alternatives you’ve considered

GET /meetings/{meetingId}/recordings appears to only return recordings that have completed processing and otherwise returns a 404.

The Windows SDK appears to have a callback method that would solve our issue, but it is not available in other SDKs.