Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Example of Click to Call application for Android

This example allows to place outgoing audio call with one button click using account specified in server config file

...

  • 'WCS URL', where 192.168.2.104 is the address of the WCS server
  • 'Callee', where 001 is the SIP username of the callee

Work with code of the example

To analyze the code, let's take class ClickToCallActivity.java of the click-to-call example, which can be downloaded with corresponding build 1.0.1.38.

...