public class RESTWebRTCService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
| Modifier and Type | Field and Description |
|---|---|
protected static org.exoplatform.services.log.Log |
LOG
The Constant LOG.
|
protected org.exoplatform.webconferencing.WebConferencingService |
webConferencing
The video calls.
|
| Constructor and Description |
|---|
RESTWebRTCService(org.exoplatform.webconferencing.WebConferencingService webConferencing)
Instantiates a new REST service for WebRTC provider in Web Conferencing.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getSettings(javax.ws.rs.core.UriInfo uriInfo)
Deprecated.
|
javax.ws.rs.core.Response |
postSettings(javax.ws.rs.core.UriInfo uriInfo,
String rtcConfig)
Post RTC settings.
|
protected static final org.exoplatform.services.log.Log LOG
protected final org.exoplatform.webconferencing.WebConferencingService webConferencing
public RESTWebRTCService(org.exoplatform.webconferencing.WebConferencingService webConferencing)
webConferencing - the skype@RolesAllowed(value="administrators") public javax.ws.rs.core.Response postSettings(@Context javax.ws.rs.core.UriInfo uriInfo, String rtcConfig)
uriInfo - the uri infortcConfig - the rtc config@RolesAllowed(value="administrators") @Deprecated public javax.ws.rs.core.Response getSettings(@Context javax.ws.rs.core.UriInfo uriInfo)
uriInfo - the uri infoCopyright © 2003–2017 eXo Platform SAS. All rights reserved.