I write an open source tool for managing webex meetings inside an LMS.
Recently we have noticed that the URLs we generate for external participants (basically the Session URL) is generating a 503 Service Unavailable error.
What we have been doing...
So from the notes it looks like the join meeting API will only accept POST requests starting early next year.I write a plugin for Moodle that redirects the user to join a meeting. Will the only way to do similar functionality in the future be to writ...
Is there a way to programmatically add a presentation file to a meeting? This would be equivalent to the advanced setting "Automatically share presentation or document once a participant joins the meeting:" in MC.Thanks-Eric
Is there a way to send an HTML style description from a MC or TC session with the XML API?No matter how I try and encode or flags, any tags are shown as plain text. If I manually go into the meeting and change the format from Plain Text to HTML, it w...
The XML API permission table says that admin can use DelSession for all meetings, but when tried, a 00001 (Access denied) error is thrown.Either the document is wrong (which I hope not), or there is a bug in the implementation.
For anybody else who may get sucked down this rabbit hole, you need to use getSessionInfo, which has a meetingLink element returned that as the URL. I got confused because we mostly use Training Center, and we had been using getTrainingSession to get...
To add another wrinkle - if a user edits a recording in the web interface, the recording loses it's confID (it's set to 0), which makes it pretty impossible to associate it to the original session.