| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebConferencingService.startCall(CallInfo call,
String clientId)
Start existing call.
|
protected void |
WebConferencingService.txUpdateCallAndParticipants(CallInfo call)
Update call and all its participants in a single transaction.
|
protected void |
WebConferencingService.txUpdateParticipant(String callId,
UserInfo participant)
Update call participant (for joined or leaved state) in a single transaction.
|
protected void |
WebConferencingService.updateCallAndParticipants(CallInfo call)
Update call and all its participants.
|
protected void |
WebConferencingService.updateParticipant(String callId,
UserInfo participant)
Update call participant (for joined or leaved state) in a single transaction.
|
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.