Methods Summary |
---|
public void | answerCall(int timeout) throw new RuntimeException("Stub!");
|
public void | attachCall(android.net.sip.SipSession session, java.lang.String sessionDescription) throw new RuntimeException("Stub!");
|
public void | close() throw new RuntimeException("Stub!");
|
public void | continueCall(int timeout) throw new RuntimeException("Stub!");
|
public void | endCall() throw new RuntimeException("Stub!");
|
public android.net.sip.SipProfile | getLocalProfile() throw new RuntimeException("Stub!");
|
public android.net.sip.SipProfile | getPeerProfile() throw new RuntimeException("Stub!");
|
public int | getState() throw new RuntimeException("Stub!");
|
public void | holdCall(int timeout) throw new RuntimeException("Stub!");
|
public boolean | isInCall() throw new RuntimeException("Stub!");
|
public boolean | isMuted() throw new RuntimeException("Stub!");
|
public boolean | isOnHold() throw new RuntimeException("Stub!");
|
public void | makeCall(android.net.sip.SipProfile peerProfile, android.net.sip.SipSession sipSession, int timeout) throw new RuntimeException("Stub!");
|
public void | sendDtmf(int code) throw new RuntimeException("Stub!");
|
public void | sendDtmf(int code, android.os.Message result) throw new RuntimeException("Stub!");
|
public void | setListener(android.net.sip.SipAudioCall$Listener listener) throw new RuntimeException("Stub!");
|
public void | setListener(android.net.sip.SipAudioCall$Listener listener, boolean callbackImmediately) throw new RuntimeException("Stub!");
|
public void | setSpeakerMode(boolean speakerMode) throw new RuntimeException("Stub!");
|
public void | startAudio() throw new RuntimeException("Stub!");
|
public void | toggleMute() throw new RuntimeException("Stub!");
|