Uses of Class
org.exoplatform.webconferencing.CallArgumentException
-
Packages that use CallArgumentException Package Description org.exoplatform.webconferencing -
-
Uses of CallArgumentException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw CallArgumentException Modifier and Type Method Description CallInfoWebConferencingService. 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.CallInfoWebConferencingService. 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.protected Set<UserInfo>WebConferencingService. createParticipants(String providerType, Collection<String> partIds)Make call's direct participants from its IDs.CallInfoWebConferencingService. joinCall(String callId, String partId, String clientId)Join a call if it is started or start already stopped one.CallInfoWebConferencingService. 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).
-