android.net.sip
Class SipSession
java.lang.Object
android.net.sip.SipSession
public final class SipSession
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.