FileDocCategorySizeDatePackage
SipSession.javaAPI DocAndroid 5.1 API3560Sat Mar 14 14:09:34 GMT 2015android.net.sip

SipSession

public final class SipSession extends Object

Fields Summary
Constructors Summary
SipSession()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidanswerCall(java.lang.String sessionDescription, int timeout)

 throw new RuntimeException("Stub!"); 
public voidchangeCall(java.lang.String sessionDescription, int timeout)

 throw new RuntimeException("Stub!"); 
public voidendCall()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetCallId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetLocalIp()

 throw new RuntimeException("Stub!"); 
public android.net.sip.SipProfilegetLocalProfile()

 throw new RuntimeException("Stub!"); 
public android.net.sip.SipProfilegetPeerProfile()

 throw new RuntimeException("Stub!"); 
public intgetState()

 throw new RuntimeException("Stub!"); 
public booleanisInCall()

 throw new RuntimeException("Stub!"); 
public voidmakeCall(android.net.sip.SipProfile callee, java.lang.String sessionDescription, int timeout)

 throw new RuntimeException("Stub!"); 
public voidregister(int duration)

 throw new RuntimeException("Stub!"); 
public voidsetListener(android.net.sip.SipSession$Listener listener)

 throw new RuntimeException("Stub!"); 
public voidunregister()

 throw new RuntimeException("Stub!");