| Package | Description |
|---|---|
| org.exoplatform.webconferencing |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.