-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels