Sort by
Newest
Change tracking requests for APIs that export online meeting artifacts return items that are already synced
Active: 1 yearUpdated: May 07, 2024Area:Teamwork and communications
Change tracking (/delta) requests to getAllTranscripts or getAllRecordings might return items that were already synced in earlier requests.
This happens when the meeting had other non-related updates, such as adding participants, notes, or files.
Workaround
For every item in the response, check the createdDateTime of the recording or transcript and compare it with the previous sync timestamp. If the createdDateTime is before the last sync timestamp, the item is already synced and can be ignored.