api-mate icon indicating copy to clipboard operation
api-mate copied to clipboard

Make the recordID

Open ffdixon opened this issue 7 years ago • 0 comments

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.

ffdixon avatar Jun 18 '18 16:06 ffdixon