Uses of Class
org.exoplatform.webconferencing.OriginInfo
Packages that use OriginInfo
-
Uses of OriginInfo in org.exoplatform.webconferencing
Fields in org.exoplatform.webconferencing with type parameters of type OriginInfoMethods in org.exoplatform.webconferencing that return types with arguments of type OriginInfoModifier and TypeMethodDescriptionprotected Set<OriginInfo>WebConferencingService.createOrigins(String providerType, Collection<String> partIds, Collection<String> spacePrettyNames) Creates the origins.CallInfo.CallView.getOrigins()CallInfo.getOrigins()Gets the origins (direct users and groups involved in the call).Methods in org.exoplatform.webconferencing with parameters of type OriginInfoModifier and TypeMethodDescriptionvoidCallInfo.addOrigin(OriginInfo origin) Adds the origin.protected OriginEntityWebConferencingService.createOriginEntity(String callId, OriginInfo origin) Creates the origin entity.Method parameters in org.exoplatform.webconferencing with type arguments of type OriginInfoModifier and TypeMethodDescriptionvoidCallInfo.addOrigins(Collection<OriginInfo> origins) Adds the origins.