listGoogleMeetConferenceRecords returns one page of active and completed conference records.
Example
Inputs
All inputs are optional:filter, pageSize from 1 to 100, and pageToken. Google filters can select by space, start time, or end time. Second argument { account } selects the Google Account. Inputs accept compatible signals.
Output
Returns{ conferenceRecords: ConferenceRecord[]; nextPageToken?: string }. Pass nextPageToken into another call to retrieve the next page.