Copy link to clipboard
Copied
There is create users, update users, create meetings, invite users to meetings, remove users from meetings.
But there is no way to update or delete a meeting from Adobe Connect using the API?
Please assist, as these are very basic features that would be needed. Am I missing something?
Thanks.
Copy link to clipboard
Copied
You can update meetings using the same call as creating the meetings:
sco-update To create a meeting room or update information about it. (Pg 30, 34 of the Webservices guide)
You can delete a meeting room through the object delete call.
sco-delete Deletes one or more objects (SCOs) (Pg 191 of the Webservices guide)