public interface AgendaEventConferenceService
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEnabledWebConferenceProviders() |
List<EventConference> |
getEventConferences(long eventId)
Return the list of conferences of an event
|
void |
saveEnabledWebConferenceProviders(List<String> enabledProviders) |
void |
saveEventConferences(long eventId,
List<EventConference> conferences)
Save conferences for an
Event |
List<EventConference> getEventConferences(long eventId)
eventId - agenda Event identifierList of EventConferencevoid saveEventConferences(long eventId,
List<EventConference> conferences)
EventeventId - Technical identifier of Eventconferences - List of EventConferenceList<String> getEnabledWebConferenceProviders()
List of enabled web conferencing providersCopyright © 2003–2021 eXo Platform SAS. All rights reserved.