Uses of Class
org.exoplatform.webconferencing.ParticipantNotFoundException
Packages that use ParticipantNotFoundException
-
Uses of ParticipantNotFoundException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw ParticipantNotFoundExceptionModifier and TypeMethodDescriptionprotected voidWebConferencingService.removeParticipant(String callId, UserInfo participant) Remove call participant (for leaved state) in a single transaction.protected voidWebConferencingService.startCall(CallInfo call, String partId, String clientId, boolean notifyStarted) Start existing call.protected voidWebConferencingService.txRemoveParticipant(String callId, String partId) Remove call participant.protected voidWebConferencingService.txUpdateCallAndOrigins(CallInfo call) Tx update call and its origins.protected voidWebConferencingService.txUpdateCallAndParticipants(CallInfo call) Update call and all its participants in a single transaction.protected voidWebConferencingService.txUpdateParticipant(String callId, UserInfo participant) Update call participant (for joined or leaved state) in a single transaction.WebConferencingService.updateCall(String callId, String ownerId, String newOwnerType, String newTitle, String newProviderType, List<String> partIds, List<String> spaces, Date startDate, Date endDate) Updates the existing call information and original settings (initial participants and spaces).protected voidWebConferencingService.updateCallAndOrigins(CallInfo call) Update call and its origins.protected voidWebConferencingService.updateCallAndParticipants(CallInfo call) Update call and all its participants.protected voidWebConferencingService.updateParticipant(String callId, UserInfo participant) Update call participant (for joined or leaved state) in a single transaction.