I am creating meetings via API with registration and manual approval required. The approval also I’m doing using the status change API. However, there is no parameter to set Allow multiple devices to off.
This will cause major security issues as attendees can simply share their join URL with others, and since they are approved, they will end up on the meetings. Hence we would like to set the following parameter to false to prevent this.
“allow_multiple_devices”: “false”,
This key is already present in the ‘Create Webinar’ API and its only logical that its there in the ‘Create Meeting’ API too. Is there a reason this key is not present. If not, kindly implement it at the earliest as its a major blocker for us.