- register() - Method in class com.laserscorpion.rttapp.sip.SipClient
-
tell the SipClient to register with the SIP server, given the credentials it currently has
on hand.
- register(View) - Method in class com.laserscorpion.rttapp.ui.FirstActivity
-
- registerCallReceiver(CallReceiver) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
Register some object as interested in listening for incoming calls.
- registrationExpired() - Method in class com.laserscorpion.rttapp.sip.SipClient
-
RegistrationTimerTask interface callback
- RegistrationTimerTask - Class in com.laserscorpion.rttapp.sip
-
- RegistrationTimerTask(SipClient) - Constructor for class com.laserscorpion.rttapp.sip.RegistrationTimerTask
-
- removeSessionListener(SessionListener) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
remove a listener from receiving session notifications
- removeTextReceiver(TextListener) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
- reset(Context, String, String, String, TextListener) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
- resetMessageReceivers(List<TextListener>) - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
Replace the existing list of TextListeners with the new one, if the list of current activities
changes.
- RTTCall - Class in com.laserscorpion.rttapp.rtp
-
RTTcall is one of the core classes, establishing the RTP session and interfacing with Omnitor's
RFC 4103 implementation.
- RTTCall(RequestEvent, ServerTransaction, List<TextListener>) - Constructor for class com.laserscorpion.rttapp.rtp.RTTCall
-
Use this constructor for an incoming call.
- RTTCall(Request, Dialog, List<TextListener>) - Constructor for class com.laserscorpion.rttapp.rtp.RTTCall
-
Use this constructor for an outgoing call.
- RTTCallActivity - Class in com.laserscorpion.rttapp.ui
-
The screen for a call in progress.
- RTTCallActivity() - Constructor for class com.laserscorpion.rttapp.ui.RTTCallActivity
-
- RTTextReceived(String) - Method in interface com.laserscorpion.rttapp.sip.TextListener
-
Called when real-time text has been received from the RTP session
- RTTextReceived(String) - Method in class com.laserscorpion.rttapp.ui.RTTCallActivity
-
TextListener interface callback
- RTTextReceived(String) - Method in class com.laserscorpion.rttapp.ui.RTTRegistrationActivity
-
- RTTRegistrationActivity - Class in com.laserscorpion.rttapp.ui
-
This activity initiates SIP registration on launch, and basically serves as the "home" screen
when the user is not on a call.
- RTTRegistrationActivity() - Constructor for class com.laserscorpion.rttapp.ui.RTTRegistrationActivity
-
- run() - Method in class com.laserscorpion.rttapp.sip.RegistrationTimerTask
-