public static class LinphoneCall.State extends Object
Modifier and Type | Field and Description |
---|---|
static LinphoneCall.State |
CallEarlyUpdatedByRemote
The call is updated by remote while not yet answered (SIP UPDATE in early dialog received)
|
static LinphoneCall.State |
CallEarlyUpdating
We are updating the call while not yet answered (SIP UPDATE in early dialog sent)
|
static LinphoneCall.State |
CallEnd
Call end
|
static LinphoneCall.State |
CallIncomingEarlyMedia
We are proposing early media to an incoming call
|
static LinphoneCall.State |
CallReleased
The call object is now released.
|
static LinphoneCall.State |
CallUpdatedByRemote
The call's parameters are updated, used for example when video is asked by remote
|
static LinphoneCall.State |
CallUpdating
We have initiated a call update.
|
static LinphoneCall.State |
Connected
Connected
|
static LinphoneCall.State |
Error
Error
|
static LinphoneCall.State |
Idle
Idle
|
static LinphoneCall.State |
IncomingReceived
Incoming call received.
|
static LinphoneCall.State |
OutgoingEarlyMedia
Outgoing call early media
|
static LinphoneCall.State |
OutgoingInit
Outgoing call initialiazed.
|
static LinphoneCall.State |
OutgoingProgress
Outgoing call in progress.
|
static LinphoneCall.State |
OutgoingRinging
Outgoing call ringing.
|
static LinphoneCall.State |
Paused
Paused
|
static LinphoneCall.State |
PausedByRemote
Paused by remote
|
static LinphoneCall.State |
Pausing
Pausing
|
static LinphoneCall.State |
Refered
Refered
|
static LinphoneCall.State |
Resuming
Resuming
|
static LinphoneCall.State |
StreamsRunning
Streams running
|
public static final LinphoneCall.State Idle
public static final LinphoneCall.State IncomingReceived
public static final LinphoneCall.State OutgoingInit
public static final LinphoneCall.State OutgoingProgress
public static final LinphoneCall.State OutgoingRinging
public static final LinphoneCall.State OutgoingEarlyMedia
public static final LinphoneCall.State Connected
public static final LinphoneCall.State StreamsRunning
public static final LinphoneCall.State Pausing
public static final LinphoneCall.State Paused
public static final LinphoneCall.State Resuming
public static final LinphoneCall.State Refered
public static final LinphoneCall.State Error
public static final LinphoneCall.State CallEnd
public static final LinphoneCall.State PausedByRemote
public static final LinphoneCall.State CallUpdatedByRemote
public static final LinphoneCall.State CallIncomingEarlyMedia
public static final LinphoneCall.State CallUpdating
public static final LinphoneCall.State CallReleased
public static final LinphoneCall.State CallEarlyUpdatedByRemote
public static final LinphoneCall.State CallEarlyUpdating
public final int value()
public static LinphoneCall.State fromInt(int value)