Package org.exoplatform.webconferencing
Class CallState
java.lang.Object
org.exoplatform.webconferencing.CallState
Created by The eXo Platform SAS.
- Version:
- $Id: CallState.java 00000 Jul 18, 2017 pnedonosko $
- Author:
- Peter Nedonosko
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STARTED
The Constant STARTED.- See Also:
-
STOPPED
The Constant STOPPED.- See Also:
-
PAUSED
The Constant PAUSED.- See Also:
-
id
The id. -
state
The state.
-
-
Constructor Details
-
CallState
Instantiates a new call state.- Parameters:
id- the idstate- the state
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
getState
Gets the state.- Returns:
- the state
-