| 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.
|
protected void |
WebConferencingService.createCall(CallInfo call)
Create the call in storage with all its participants.
|
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 CallEntity |
WebConferencingService.createCallEntity(CallInfo call)
Creates the call entity.
|
protected CallInfo |
WebConferencingService.findCallById(String id,
boolean withParticipants)
Find call in storage by its ID.
|
protected CallInfo |
WebConferencingService.readCallEntity(CallEntity savedCall,
boolean withParticipants)
Read call entity.
|
protected void |
WebConferencingService.startCall(CallInfo call,
String partId,
String clientId,
boolean notifyStarted)
Start existing call.
|
protected void |
WebConferencingService.syncCallEntity(CallInfo call,
CallEntity entity)
Update call entity from given CallInfo instance.
|
protected void |
WebConferencingService.txCreateCall(CallInfo call)
Creates the call in a single transaction.
|
protected void |
WebConferencingService.txUpdateCall(CallInfo call)
Update existing call (mark it started, stopped etc) in a single transaction.
|
protected void |
WebConferencingService.txUpdateCallAndOrigins(CallInfo call)
Tx update call and its origins.
|
protected void |
WebConferencingService.txUpdateCallAndParticipants(CallInfo call)
Update call and all its participants in a single transaction.
|
protected void |
WebConferencingService.updateCall(CallInfo call)
Update existing call (mark it started, stopped etc).
|
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 void |
WebConferencingService.updateCallAndOrigins(CallInfo call)
Update call and its origins.
|
protected void |
WebConferencingService.updateCallAndParticipants(CallInfo call)
Update call and all its participants.
|
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.