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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.