Class WebrtcContext
- java.lang.Object
-
- org.exoplatform.webconferencing.webrtc.server.WebrtcContext
-
public class WebrtcContext extends Object
Created by The eXo Platform SAS.- Version:
- $Id: WebrtcContext.java 00000 Dec 4, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Field Summary
Fields Modifier and Type Field Description static StringCALL_REDIRECTThe Constant CALL_REDIRECT.static StringCALL_SERVLETThe Constant SETTINGS_SERVLET.static StringSETTINGS_SERVLETThe Constant SETTINGS_SERVLET.static StringWEBRTC_SERVLET_CTXThe Constant WEBRTC_SERVLET_CTX.
-
Constructor Summary
Constructors Constructor Description WebrtcContext()
-
-
-
Field Detail
-
WEBRTC_SERVLET_CTX
public static final String WEBRTC_SERVLET_CTX
The Constant WEBRTC_SERVLET_CTX.
-
CALL_SERVLET
public static final String CALL_SERVLET
The Constant SETTINGS_SERVLET.
-
SETTINGS_SERVLET
public static final String SETTINGS_SERVLET
The Constant SETTINGS_SERVLET.
-
CALL_REDIRECT
public static final String CALL_REDIRECT
The Constant CALL_REDIRECT.
-
-