We are developing a google meet ad-on that can access meeting transcripts and recording
We use these scopes for the API access
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/drive.meet.readonly"
We could not find an option for the workspace administrator to use the google meet api, and access meetings that they did not participate in.
We ideally would like to create / use either an administrator account or service account (less preferable) that can access all meeting recordings of a predefined group of users.
Is that configuration possible?