Uses of Class
org.exoplatform.webconferencing.CallNotFoundException
Packages that use CallNotFoundException
-
Uses of CallNotFoundException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw CallNotFoundExceptionModifier and TypeMethodDescriptionAdds the guest to call.voidWebConferencingService.addParticipant(String callId, String partId) Adds the participant to existing call.Join a call if it is started or start already stopped one.Starts existing call and fires STARTED event.protected voidWebConferencingService.startCall(CallInfo call, String partId, String clientId, boolean notifyStarted) Start existing call.Removes the call info from active and fires STOPPED event.protected voidWebConferencingService.txUpdateCall(CallInfo call) Update existing call (mark it started, stopped etc) in a single transaction.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.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.updateCall(CallInfo call) Update existing call (mark it started, stopped etc).protected voidWebConferencingService.updateCallAndOrigins(CallInfo call) Update call and its origins.protected voidWebConferencingService.updateCallAndParticipants(CallInfo call) Update call and all its participants.WebConferencingService.updateInvites(String callId, List<InvitedIdentity> identities) Update invites.WebConferencingService.updateParticipants(String callId, List<String> partIds) Update participants of the call.