webphone
Class SIPNotification.ChatComposing

java.lang.Object
  extended by webphone.SIPNotification
      extended by webphone.SIPNotification.ChatComposing
Enclosing class:
SIPNotification

public static class SIPNotification.ChatComposing
extends SIPNotification

CHATCOMPOSING notification.
Triggered by: "composing" notifications received from peers
Event: SIPNotificationListener.onChatComposing
Fields: CHATCOMPOSING,line,peername,status


Field Summary
static intSTATUS_IDLE
          other party is idle or stopped typing
static intSTATUS_TYPING
          other party is typing
static intSTATUS_UNKNOWN
          unrecognized
 
Method Summary
 intgetLine()
          endpoint line
 java.lang.StringgetPeer()
          other party username
 intgetStatus()
          send state (STATUS_...
 java.lang.StringgetStatusText()
          state as string
 
Methods inherited from class webphone.SIPNotification
getNotificationType, toString
   

Field Detail

STATUS_UNKNOWN

public static final int STATUS_UNKNOWN
unrecognized

See Also:
Constant Field Values

STATUS_TYPING

public static final int STATUS_TYPING
other party is typing

See Also:
Constant Field Values

STATUS_IDLE

public static final int STATUS_IDLE
other party is idle or stopped typing

See Also:
Constant Field Values
 
Method Detail

getLine

public int getLine()
endpoint line


getStatus

public int getStatus()
send state (STATUS_... constant)


getPeer

public java.lang.String getPeer()
other party username


getStatusText

public java.lang.String getStatusText()
state as string