SipSession |
SipManager.createSipSession(SipProfile localProfile,
SipSession.Listener listener) |
SipAudioCall |
SipManager.makeAudioCall(SipProfile localProfile,
SipProfile peerProfile,
SipAudioCall.Listener listener,
int timeout) |
void |
SipAudioCall.makeCall(SipProfile peerProfile,
SipSession sipSession,
int timeout) |
void |
SipSession.makeCall(SipProfile callee,
String sessionDescription,
int timeout) |
void |
SipAudioCall.Listener.onRinging(SipAudioCall call,
SipProfile caller) |
void |
SipSession.Listener.onRinging(SipSession session,
SipProfile caller,
String sessionDescription) |
void |
SipManager.open(SipProfile localProfile) |
void |
SipManager.open(SipProfile localProfile,
PendingIntent incomingCallPendingIntent,
SipRegistrationListener listener) |
void |
SipManager.register(SipProfile localProfile,
int expiryTime,
SipRegistrationListener listener) |
void |
SipManager.unregister(SipProfile localProfile,
SipRegistrationListener listener) |