- AbstractDialog - Class in com.laserscorpion.rttapp.ui
-
A base class for all types of popup dialogs, with some common functionality.
- AbstractDialog() - Constructor for class com.laserscorpion.rttapp.ui.AbstractDialog
-
- AbstractDialog.DialogListener - Interface in com.laserscorpion.rttapp.ui
-
- accept(String, int, int, int, int) - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
Connect an incoming call that is currently ringing.
- acceptCall() - Method in class com.laserscorpion.rttapp.sip.SipClient
-
The CallReceiver (likely on an upper layer) must call either this or declineCall()
when an incoming call is ringing.
- acceptCall(View) - Method in class com.laserscorpion.rttapp.ui.IncomingCallActivity
-
- addDialog(Dialog) - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
Use this to change the Dialog associated with the call, especially if one was not
available at creation of the RTTCall.
- addInviteTransaction(ClientTransaction) - Method in class com.laserscorpion.rttapp.rtp.RTTCall
-
Use this to change the ClientTransaction that was used to send the original INVITE request
e.g.
- addSDPContentAndHeader(Message, int, int, int) - Static method in class com.laserscorpion.rttapp.sip.SDPBuilder
-
Creates a copy of message and adds SDP content and header for RTT, according to the other params.
- addSessionListener(SessionListener) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
register a listener as interested in receiving session-related notifications
- addTextReceiver(TextListener) - Method in class com.laserscorpion.rttapp.sip.SipClient
-
This method should be called when a user of SipClient needs to register a new
receiver for the SipClient's text output.
- afterTextChanged(Editable) - Method in class com.laserscorpion.rttapp.ui.TextEntryMonitor
-