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