android Programming Glossary: msipprofile
Android audio calls using android's sip http://stackoverflow.com/questions/19974807/android-audio-calls-using-androids-sip class CallActivity extends Activity public String sipAddress null public SipManager mSipManager null public SipProfile mSipProfile null public SipAudioCall call null Button b1 TextView sipadd @Override protected void onCreate Bundle savedInstanceState.. this initializeLocalProfile public void initializeLocalProfile if mSipManager null return if mSipProfile null closeLocalProfile SharedPreferences prefs PreferenceManager .getDefaultSharedPreferences getBaseContext String.. username domain builder.setPassword password builder.setDisplayName username builder.setAuthUserName username mSipProfile builder.build Intent i new Intent i.setAction android.SipDemo.INCOMING_CALL PendingIntent pi PendingIntent.getBroadcast..
|