You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API mate should have recordID blank by default. Currently, with it filled in, the getRecordings API call resolves to use the recordID by default, but this recordID is generated internally for each recording.
Currently, the getRecordings API call passes
?meetingID=random-4001679&recordID=random-4001679
By having the recordID blank by default, it would pass
?meetingID=random-4001679
which would resolve to the correct recording.
The text was updated successfully, but these errors were encountered:
API mate should have recordID blank by default. Currently, with it filled in, the getRecordings API call resolves to use the recordID by default, but this recordID is generated internally for each recording.
Currently, the getRecordings API call passes
By having the recordID blank by default, it would pass
which would resolve to the correct recording.
The text was updated successfully, but these errors were encountered: