Libcall-ui carries common user interface parts for call handling. It is meant to be used as a git submodule.
libcall-ui is licensed under the LGPLv2.1-or-later.
git clone git@gitlab.gnome.org:World/Phosh/libcall-ui.git
cd libcall-uiThe main branch has the current development version.
See meson.build for required dependencies.
We use the meson (and thereby Ninja) build system for phosh. The quickest way to get going is to do the following:
meson . _build
ninja -C _build
ninja -C _build install
You can run the contained demo via:
_build/examples/call-ui-demo
API documentation is available at https://world.pages.gitlab.gnome.org/Phosh/libcall-ui/