Uses of Class
org.exoplatform.webconferencing.WebConferencingService
Packages that use WebConferencingService
Package
Description
-
Uses of WebConferencingService in org.exoplatform.webconferencing.cometd
Fields in org.exoplatform.webconferencing.cometd declared as WebConferencingServiceModifier and TypeFieldDescriptionprotected final WebConferencingServiceCometdWebConferencingService.webConferencingThe web conferencing.Constructors in org.exoplatform.webconferencing.cometd with parameters of type WebConferencingServiceModifierConstructorDescriptionCometdWebConferencingService(org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organization, WebConferencingService webConferencing, org.mortbay.cometd.continuation.EXoContinuationBayeux exoBayeux, org.exoplatform.services.cache.CacheService cacheService, CallLogService callLogs) Instantiates a new CometD interaction service for WebConferencing. -
Uses of WebConferencingService in org.exoplatform.webconferencing.listeners
Constructors in org.exoplatform.webconferencing.listeners with parameters of type WebConferencingServiceModifierConstructorDescriptionCallRecordingNotificationListener(org.exoplatform.social.core.manager.IdentityManager identityManager, WebConferencingService webConferencingService, org.exoplatform.social.core.space.spi.SpaceService spaceService) -
Uses of WebConferencingService in org.exoplatform.webconferencing.rest
Fields in org.exoplatform.webconferencing.rest declared as WebConferencingServiceModifier and TypeFieldDescriptionprotected final WebConferencingServiceRESTWebConferencingService.webConferencingThe web conferencing.Constructors in org.exoplatform.webconferencing.rest with parameters of type WebConferencingServiceModifierConstructorDescriptionRESTWebConferencingService(WebConferencingService webConferencing) Instantiates a new REST service for web conferencing.