Cloud recordings are always stored as "active_speaker"

I have looked around for a while and I do see similar post but none have a working solution (as far is I know)

The issue on hand is that all cloud recordings are recorded with focus on active speaker.
What I need is shared view (grid view).

I have tried played around with cloud recording settings as suggested in other posts but none seem to be working.

Some more info:
I have a paid membership
The meeting is created with the the following url: /v2/users/{user}/meetings
{
“auto_recording”:“cloud”,
“agenda”:“test”,
“topic”:“test”,
“type”:1 //instant meeting, approve by host only
}

I have checked the videos both in portal and via received webhook
(which btw indicates that the video stored on cloud are recording_type: “active_speaker”)

edited example:
{
“id”: “censored”,
“meeting_id”: “censored”,
“recording_start”: “2025-01-16T08:36:38Z”,
“recording_end”: “2025-01-16T08:37:15Z”,
“file_type”: “MP4”,
“file_extension”: “MP4”,
“file_size”: 679941,
“play_url”: “censored”,
“download_url”: “censored”,
“status”: “completed”,
“recording_type”: “active_speaker”,
“encryption_fingerprint”: “”
}

Please help