android.net.sip
Class SipSession

java.lang.Object
  extended by android.net.sip.SipSession

public final class SipSession
extends Object


Nested Class Summary
static class SipSession.Listener
           
static class SipSession.State
           
 
Method Summary
 void answerCall(String sessionDescription, int timeout)
           
 void changeCall(String sessionDescription, int timeout)
           
 void endCall()
           
 String getCallId()
           
 String getLocalIp()
           
 SipProfile getLocalProfile()
           
 SipProfile getPeerProfile()
           
 int getState()
           
 boolean isInCall()
           
 void makeCall(SipProfile callee, String sessionDescription, int timeout)
           
 void register(int duration)
           
 void setListener(SipSession.Listener listener)
           
 void unregister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocalIp

public String getLocalIp()

getLocalProfile

public SipProfile getLocalProfile()

getPeerProfile

public SipProfile getPeerProfile()

getState

public int getState()

isInCall

public boolean isInCall()

getCallId

public String getCallId()

setListener

public void setListener(SipSession.Listener listener)

register

public void register(int duration)

unregister

public void unregister()

makeCall

public void makeCall(SipProfile callee,
                     String sessionDescription,
                     int timeout)

answerCall

public void answerCall(String sessionDescription,
                       int timeout)

endCall

public void endCall()

changeCall

public void changeCall(String sessionDescription,
                       int timeout)


Copyright © 2008-2012. All Rights Reserved.