Description
We create meetings via API:
When creating meetings we provide the following settings:
type: 2,
settings: {
host_video: true,
participant_video: true,
join_before_host: true,
approval_type: 1,
registration_type: 1,
close_registration: true,
waiting_room: false,
registrants_email_notification: false
}
Usually everything works fine, but sometimes the meetings are created, but with registration being disabled, despite the provided settings.
We then get errors when trying to add registrants to the meeting using API again.
The example IDs of the meetings that have been created this way are: 95600641225, 96461232680 or 96899412437
We have then updated these meetings to enable the registration manually via dashboard.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?