| 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.
|
CallInfo |
WebConferencingService.getCall(String id)
Gets an active call info.
|
CallInfo |
WebConferencingService.joinCall(String id,
String partId,
String clientId)
Join a call if it is started or start already stopped one.
|
CallInfo |
WebConferencingService.leaveCall(String id,
String partId,
String clientId)
If call started, then notify all its parties that given participant leaved.
|
protected CallInfo |
WebConferencingService.readCallEntity(CallEntity savedCall,
boolean withParticipants)
Read call entity.
|
CallInfo |
WebConferencingService.startCall(String id,
String clientId)
Starts existing call and fires STARTED event.
|
protected CallInfo |
WebConferencingService.stopCall(CallInfo call,
String userId,
boolean remove)
Stop call.
|
CallInfo |
WebConferencingService.stopCall(String id,
boolean remove)
Removes the call info from active and fires STOPPED event.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<CallInfo> |
WebConferencingService.findUserGroupCalls(String userId)
Find user group calls in calls storage.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebConferencingService.createCall(CallInfo call)
Create the call in storage with all its participants.
|
protected CallEntity |
WebConferencingService.createCallEntity(CallInfo call)
Creates the call entity.
|
protected void |
WebConferencingService.notifyUserCallStateChanged(CallInfo call,
String initiatorId,
String state)
Notify user call state changed.
|
protected void |
WebConferencingService.startCall(CallInfo call,
String clientId)
Start existing call.
|
protected CallInfo |
WebConferencingService.stopCall(CallInfo call,
String userId,
boolean remove)
Stop 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.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).
|
protected void |
WebConferencingService.updateCallAndParticipants(CallInfo call)
Update call and all its participants.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.