| Package | Description |
|---|---|
| android.gov.nist.javax.sip.stack |
This package implements the main protocol abstractions that are defined by the SIP RFC 3261.
|
| android.javax.sip |
This package contains the main interfaces that model the architecture
from both an application developer and a stack vendor view.
|
| Modifier and Type | Method and Description |
|---|---|
DialogState |
SIPDialog.getState() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Dialog> |
SIPTransactionStack.getDialogs(DialogState state) |
| Modifier and Type | Field and Description |
|---|---|
static DialogState |
DialogState.COMPLETED
Deprecated.
Since v1.2. This state does not exist in a dialog.
|
static DialogState |
DialogState.CONFIRMED
This constant value indicates that the dialog state is "Confirmed".
|
static DialogState |
DialogState.EARLY
This constant value indicates that the dialog state is "Early".
|
static DialogState |
DialogState.TERMINATED
This constant value indicates that the dialog state is "Terminated".
|
| Modifier and Type | Method and Description |
|---|---|
static DialogState |
DialogState.getObject(int dialogState)
This method returns the object value of the DialogState
|
DialogState |
Dialog.getState()
Returns the current DialogState of the dialog or null.
|
Copyright © 2018. All Rights Reserved.