Uses of Class
org.exoplatform.webconferencing.InvalidCallException
Packages that use InvalidCallException
-
Uses of InvalidCallException in org.exoplatform.webconferencing
Methods in org.exoplatform.webconferencing that throw InvalidCallExceptionModifier and TypeMethodDescriptionAdds the guest to call.voidWebConferencingService.addParticipant(String callId, String partId) Adds the participant to existing call.Gets an active call info.Join a call if it is started or start already stopped one.If call started, then notify all its parties that given participant leaved.Starts existing call and fires STARTED event.Removes the call info from active and fires STOPPED event.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).WebConferencingService.updateInvites(String callId, List<InvitedIdentity> identities) Update invites.WebConferencingService.updateParticipants(String callId, List<String> partIds) Update participants of the call.