public class ChannelStatus
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
IDLE
Indicates that the recording channel is idle.
|
static int |
OFF
Indicates that the recording channel is disabled.
|
static int |
RECORDING
Indicates that the recording channel is recording a call.
|
static int |
RECORDING_NO_MONITOR
Indicates that the recording channel is recording a call; however,
monitoring is disabled on this recording channel.
|
Constructor and Description |
---|
ChannelStatus() |
ChannelStatus(int status) |
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
void |
setStatus(int status) |
java.lang.String |
toString() |
public static final int OFF
This status is reported for recording channels which have the Trigger Type configuration parameter set to Off
public static final int IDLE
This status is reported for recording channels which are not recording a call; however, they are available to do so if a call is detected.
public static final int RECORDING
public static final int RECORDING_NO_MONITOR
This status is reported for recording channels which are recording a call; however, the recording policy that applies to the current call prevents real-time monitoring of the call being recorded.
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.