| Package | Description |
|---|---|
| org.exoplatform.webconferencing | |
| org.exoplatform.webconferencing.dao |
| Modifier and Type | Method and Description |
|---|---|
protected CallEntity |
WebConferencingService.createCallEntity(CallInfo call)
Creates the call entity.
|
| Modifier and Type | Method and Description |
|---|---|
protected CallInfo |
WebConferencingService.readCallEntity(CallEntity savedCall,
boolean withParticipants)
Read call entity.
|
protected void |
WebConferencingService.syncCallEntity(CallInfo call,
CallEntity entity)
Update call entity from given CallInfo instance.
|
| Modifier and Type | Method and Description |
|---|---|
CallEntity |
CallDAO.findGroupCallByOwnerId(String ownerId)
Find group call by owner id.
|
| Modifier and Type | Method and Description |
|---|---|
List<CallEntity> |
CallDAO.findUserGroupCalls(String userId)
Find user group calls.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.