| 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.
|
CallInfo |
WebConferencingService.addGuest(String callIId,
String guestId)
Adds the guest to call.
|
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.
|
protected CallInfo |
WebConferencingService.findCallById(String id,
boolean withParticipants)
Find call in storage by its ID.
|
WebConferencingService.RoomInfo |
WebConferencingService.getRoomInfo(String id,
String title,
String[] members)
Gets the room info.
|
WebConferencingService.SpaceEventInfo |
WebConferencingService.getSpaceEventInfo(String spacePrettyName,
String[] partIds,
String[] spacesPrettyName)
Gets the space event info, it will return actual event participants at the
moment of invocation.
|
WebConferencingService.SpaceInfo |
WebConferencingService.getSpaceInfo(String spacePrettyName)
Gets the space info, it will return actual space members at the moment of invocation.
|
UserInfo |
WebConferencingService.getUserInfo(String id)
Gets the user info.
|
CallInfo |
WebConferencingService.joinCall(String callId,
String partId,
String clientId)
Join a call if it is started or start already stopped one.
|
protected CallInfo |
WebConferencingService.readCallEntity(CallEntity savedCall,
boolean withParticipants)
Read call entity.
|
protected WebConferencingService.RoomInfo |
WebConferencingService.roomInfo(String id,
String title,
String[] members,
String callId)
Room info.
|
protected WebConferencingService.SpaceEventInfo |
WebConferencingService.spaceEventInfo(String spacePrettyName,
String callId,
String[] participants,
String[] spaces)
Space event info.
|
protected WebConferencingService.SpaceInfo |
WebConferencingService.spaceInfo(String spacePrettyName,
String callId)
Space info.
|
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).
|
protected UserInfo |
WebConferencingService.userInfo(String id) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.