Skip to main content
Participant
August 6, 2013
Question

How to edit or delete meetings using the API?

  • August 6, 2013
  • 1 reply
  • 1038 views

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.

This topic has been closed for replies.

1 reply

Jorma_at_Knox
Legend
August 6, 2013

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)