cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
251
Views
0
Helpful
1
Replies

when adding attendees to session by "SetTrainingSession" service, previous attendees are removed

shakila.fass
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

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.

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

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.