Package org.exoplatform.webconferencing
Class CallState
- java.lang.Object
-
- org.exoplatform.webconferencing.CallState
-
public class CallState extends Object
Created by The eXo Platform SAS.- Version:
- $Id: CallState.java 00000 Jul 18, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
-
Field Detail
-
STARTED
public static final String STARTED
The Constant STARTED.- See Also:
- Constant Field Values
-
STOPPED
public static final String STOPPED
The Constant STOPPED.- See Also:
- Constant Field Values
-
PAUSED
public static final String PAUSED
The Constant PAUSED.- See Also:
- Constant Field Values
-
id
protected final String id
The id.
-
state
protected final String state
The state.
-
-