| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Method and Description |
|---|---|
CallInfo |
WebConferencingService.joinCall(String id,
String partId,
String clientId)
Join a call if it is started or start already stopped one.
|
protected void |
WebConferencingService.startCall(CallInfo call,
String clientId)
Start existing call.
|
CallInfo |
WebConferencingService.startCall(String id,
String clientId)
Starts existing call and fires STARTED event.
|
CallInfo |
WebConferencingService.stopCall(String id,
boolean remove)
Removes the call info from active and fires STOPPED event.
|
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–2018 eXo Platform SAS. All rights reserved.