| 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> parts)
Adds the call to list of active and fires STARTED event.
|
protected CallInfo |
WebConferencingService.findCallById(String id)
Find call in storage by its ID.
|
WebConferencingService.RoomInfo |
WebConferencingService.getRoomInfo(String id,
String title,
String[] members)
Gets the room info.
|
WebConferencingService.SpaceInfo |
WebConferencingService.getSpaceInfo(String spacePrettyName)
Gets the space info.
|
UserInfo |
WebConferencingService.getUserInfo(String id)
Gets the user info.
|
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.SpaceInfo |
WebConferencingService.spaceInfo(String spacePrettyName,
String callId)
Space info.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.