public final class SipSession extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SipSession.Listener |
static class |
SipSession.State |
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getLocalIp()
public SipProfile getLocalProfile()
public SipProfile getPeerProfile()
public int getState()
public boolean isInCall()
public String getCallId()
public void setListener(SipSession.Listener listener)
public void register(int duration)
public void unregister()
public void makeCall(SipProfile callee, String sessionDescription, int timeout)
public void answerCall(String sessionDescription, int timeout)
public void endCall()
public void changeCall(String sessionDescription, int timeout)
Copyright © 2008-2013. All Rights Reserved.