Uses of Class
org.exoplatform.webconferencing.WebConferencingService
-
Packages that use WebConferencingService Package Description org.exoplatform.webconferencing.cometd org.exoplatform.webconferencing.rest -
-
Uses of WebConferencingService in org.exoplatform.webconferencing.cometd
Fields in org.exoplatform.webconferencing.cometd declared as WebConferencingService Modifier and Type Field Description protected WebConferencingServiceCometdWebConferencingService. webConferencingThe web conferencing.Constructors in org.exoplatform.webconferencing.cometd with parameters of type WebConferencingService Constructor Description CometdWebConferencingService(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.rest
Fields in org.exoplatform.webconferencing.rest declared as WebConferencingService Modifier and Type Field Description protected WebConferencingServiceRESTWebConferencingService. webConferencingThe web conferencing.Constructors in org.exoplatform.webconferencing.rest with parameters of type WebConferencingService Constructor Description RESTWebConferencingService(WebConferencingService webConferencing)Instantiates a new REST service for web conferencing.
-