
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 01:08 AM
when adding attendees to session using "java:com.webex.service.binding.training.SetTrainingSession" previous attendees removed from the session and added only the current attendees.
Solved! Go to Solution.
- Labels:
-
Webex Developer
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 10:38 AM
Using SetTrainingSession to add attendees will require you do a GetTrainingSession first then append the new attendees to the list..
Alternatively consider using CreateMeetingAttendee, I believe this has the behavior your looking for by adding an individual attendee.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 10:38 AM
Using SetTrainingSession to add attendees will require you do a GetTrainingSession first then append the new attendees to the list..
Alternatively consider using CreateMeetingAttendee, I believe this has the behavior your looking for by adding an individual attendee.
