| 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.deleteCallById(String id)
Delete call by id.
|
CallInfo |
WebConferencingService.getCall(String id)
Gets an active call info.
|
CallInfo |
WebConferencingService.joinCall(String id,
String userId)
If call started, then notify all its parties that given participant joined.
|
protected CallInfo |
WebConferencingService.jsonToCall(org.json.JSONObject json)
Json to call.
|
CallInfo |
WebConferencingService.leaveCall(String id,
String userId)
If call started, then notify all its parties that given participant leaved.
|
protected CallInfo |
WebConferencingService.readCallById(String id)
Read call by id.
|
protected CallInfo |
WebConferencingService.readCallByOwnerId(String ownerId)
Read call by owner id.
|
CallInfo |
WebConferencingService.startCall(String id)
Removes the call info from active and fires STOPPED event.
|
protected CallInfo |
WebConferencingService.stopCall(CallInfo call,
String userId,
boolean remove) |
CallInfo |
WebConferencingService.stopCall(String id,
boolean remove)
Removes the call info from active and fires STOPPED event.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.json.JSONObject |
WebConferencingService.callToJSON(CallInfo call)
Call to JSON.
|
protected void |
WebConferencingService.deleteCall(CallInfo call)
Delete call.
|
protected void |
WebConferencingService.notifyUserCallState(CallInfo call,
String initiatorId,
String state)
Notify user call state.
|
protected void |
WebConferencingService.saveCall(CallInfo call)
Save call.
|
protected CallInfo |
WebConferencingService.stopCall(CallInfo call,
String userId,
boolean remove) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.