Uses of Class
org.exoplatform.webconferencing.CallConflictException
-
Packages that use CallConflictException Package Description org.exoplatform.webconferencing -
-
Uses of CallConflictException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw CallConflictException 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.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 voidWebConferencingService. createCall(CallInfo call)Create the call in storage with all its participants.protected voidWebConferencingService. invalidateCall(String id, boolean isGroup)Invalidate a call by an ID.
-