Description
When creating a meeting with “auto_recording” set to “cloud”, no recording is generated.
Error
{“code”:3301,“message”:“There is no recording for this meeting”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/users/{userId}/meetings
/meetings/{uuid}/recordings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Create a meeting with body:
{“topic”:“some topic”,“duration”:60,“start_time”:“2020-05-18T15:42:53Z”,“type”:2,“settings”:{“auto_recording”:“cloud”,“join_before_host”:true,“participant_video”:true}} - Participants join
- End meeting
- Call /meetings/{uuid}/recordings, with the uuid returned from api.
{“code”:3301,“message”:“There is no recording for this meeting”}
Thanks.