- save(String, String, String, Date, Date) - Method in class com.laserscorpion.rttapp.db.ConversationHelper
-
Save a conversation in the database
- saveText(View) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
Called by the Save Text button, or at the end of a call.
- SDPBuilder - Class in com.laserscorpion.rttapp.sip
-
A collection of static helper methods to read and create SDP data, for the purpose of
setting up RTT T140 calls
- SDPBuilder() - Constructor for class com.laserscorpion.rttapp.sip.SDPBuilder
-
- SDPBuilder.mediaType - Enum in com.laserscorpion.rttapp.sip
-
- sendRTTChars(String) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
Send some real-time text within the current call.
- sendText(String) - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
The most important method: send real-time text in the connected call.
- sendText(View) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
Only used in the case where the user has chosen to send text en bloc rather than
character-by-character (for example, if they don't trust AutoCorrect).
- SessionClosed() - Method in interface com.laserscorpion.rttapp.sip.SessionListener
-
- SessionClosed() - Method in class com.laserscorpion.rttapp.ui.IncomingCallActivity
-
- SessionClosed() - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
SessionListener interface callback
- SessionDisconnected(String) - Method in interface com.laserscorpion.rttapp.sip.SessionListener
-
- SessionDisconnected(String) - Method in class com.laserscorpion.rttapp.ui.IncomingCallActivity
-
- SessionDisconnected(String) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
SessionListener interface callback
- SessionEstablished(String) - Method in interface com.laserscorpion.rttapp.sip.SessionListener
-
- SessionEstablished(String) - Method in class com.laserscorpion.rttapp.ui.IncomingCallActivity
-
- SessionEstablished(String) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
SessionListener interface callback
- SessionFailed(String) - Method in interface com.laserscorpion.rttapp.sip.SessionListener
-
- SessionFailed(String) - Method in class com.laserscorpion.rttapp.ui.IncomingCallActivity
-
- SessionFailed(String) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
SessionListener interface callback
- SessionListener - Interface in com.laserscorpion.rttapp.sip
-
SessionListeners are notified when call state changes.
- setCalling() - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
Set the call to the calling state, when the SIP INVITE has been sent and before the other
party has sent a final response.
- setRinging() - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
Set the call to the ringing state after the incoming INVITE is received but before the user
has accepted or declined it.
- SettingsActivity - Class in com.laserscorpion.rttapp.ui
-
Nothing to see here, move along.
- SettingsActivity() - Constructor for class com.laserscorpion.rttapp.ui.SettingsActivity
-
- SettingsActivityFragment - Class in com.laserscorpion.rttapp.ui
-
The screen containing the preferences, which are automatically added by some magic
- SettingsActivityFragment() - Constructor for class com.laserscorpion.rttapp.ui.SettingsActivityFragment
-
- SipClient - Class in com.laserscorpion.rttapp.sip
-
This is the core of the SIP layer, and the entire app.
- SipRequester - Class in com.laserscorpion.rttapp.sip
-
Used to fire a one-off request in a new thread then die
- SipRequester(SipProvider) - Constructor for class com.laserscorpion.rttapp.sip.SipRequester
-
- SipResponder - Class in com.laserscorpion.rttapp.sip
-
fires a one-off response in another thread and dies
- SipResponder(SipProvider, RequestEvent, ServerTransaction) - Constructor for class com.laserscorpion.rttapp.sip.SipResponder
-
- SipTransactionRequester - Class in com.laserscorpion.rttapp.sip
-
Used to fire a one-off request in a new thread then die
- SipTransactionRequester(SipProvider) - Constructor for class com.laserscorpion.rttapp.sip.SipTransactionRequester
-