I'm using the WebEx XML api to "get meeting attendees".
get meeting attendees
https://developer.cisco.com/site/webex-developer/develop-test/xml-api/xml-api-reference/
- When I call
https://siteName.webex.com/WebExUtils.XMLURL
the response only includes the attendees which were invited by mail even, including those that did not actually attend the meeting. The response does not include attendees which did attend the meeting by click the meeting url.
How can I get the attendees attending my meeting by clicking the meeting url?
- As you know,the
meetingKey
is changeless and static to a specific user.but a user is able to host not only one meeting in a while. Could I get a specific meeting attendees? Whether should I change to another API?