11-20-2017 07:46 AM
Hello,
WebEx XML API.
Let's say I have a meeting in progress and I want to know
how many active participants are there at the moment, and, ideally, what are their names.
GetMeeting() returns participantsJoined, but it is only a true/false field.
The names of active participants are not a part of the response, either.
LstmeetingattendeeHistory() would work, because for every attendee it returns fields like
name, email, joinTime, leaveTime... But it doesn't work on meetings in progress, only on historical ones!
Thanks for any help...
Solved! Go to Solution.
11-20-2017 12:12 PM
Hello,
APIs for in progress meetings are limited to joining and killing the meeting. To automatically retrieve the count and names of attendees in an active session, you would need to rely on a third party screen scraping utility or wait for the usage reports.
11-20-2017 12:12 PM
Hello,
APIs for in progress meetings are limited to joining and killing the meeting. To automatically retrieve the count and names of attendees in an active session, you would need to rely on a third party screen scraping utility or wait for the usage reports.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide