| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Method and Description |
|---|---|
CallInfo |
WebConferencingService.addCall(String id,
String ownerId,
String ownerType,
String title,
String providerType,
Collection<String> partIds)
Adds the call to list of active and fires STARTED event.
|
void |
WebConferencingService.addParticipant(String callId,
String partId)
Adds the participant to existing call.
|
CallInfo |
WebConferencingService.createCall(String id,
String ownerId,
String ownerType,
String title,
String providerType,
Collection<String> partIds,
Collection<String> spaces,
boolean start,
Date startDate,
Date endDate)
Create the call and add it to list of the existing in storage, optionally start the call and notify its participants.
|
protected Set<OriginInfo> |
WebConferencingService.createOrigins(String providerType,
Collection<String> partIds,
Collection<String> spacePrettyNames)
Creates the origins.
|
protected IdentityInfo |
WebConferencingService.createOwner(String ownerId,
String ownerType,
String title,
boolean isUser,
boolean isSpace,
boolean isSpaceEvent,
boolean isRoom)
Creates call owner.
|
protected Set<UserInfo> |
WebConferencingService.createParticipants(String providerType,
Collection<String> partIds)
Make call's direct participants from its IDs.
|
CallInfo |
WebConferencingService.joinCall(String callId,
String partId,
String clientId)
Join a call if it is started or start already stopped one.
|
CallInfo |
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).
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.