public class CallState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The id.
|
static String |
PAUSED
The Constant PAUSED.
|
static String |
STARTED
The Constant STARTED.
|
protected String |
state
The state.
|
static String |
STOPPED
The Constant STOPPED.
|
| Constructor and Description |
|---|
CallState(String id,
String state)
Instantiates a new call state.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getState()
Gets the state.
|
public static final String STARTED
public static final String STOPPED
public static final String PAUSED
protected final String id
protected final String state
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.