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.
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.