Uses of Class
org.exoplatform.webconferencing.CallArgumentException
Packages that use CallArgumentException
-
Uses of CallArgumentException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw CallArgumentExceptionModifier and TypeMethodDescriptionWebConferencingService.addCall(String id, String ownerId, String ownerType, String title, String providerType, Collection<String> partIds) Adds the call to list of active and fires STARTED event.voidWebConferencingService.addParticipant(String callId, String partId) Adds the participant to existing call.WebConferencingService.createCall(String id, String ownerId, String ownerType, String title, String providerType, Collection<String> partIds, Collection<String> spaces, boolean start, Date startDate, Date endDate) Create the call and add it to list of the existing in storage, optionally start the call and notify its participants.protected Set<OriginInfo> WebConferencingService.createOrigins(String providerType, Collection<String> partIds, Collection<String> spacePrettyNames) Creates the origins.protected IdentityInfoWebConferencingService.createOwner(String ownerId, String ownerType, String title, boolean isUser, boolean isSpace, boolean isSpaceEvent, boolean isRoom) Creates call owner.WebConferencingService.createParticipants(String providerType, Collection<String> partIds) Make call's direct participants from its IDs.Join a call if it is started or start already stopped one.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).