This package browser is in early development. Mind the rough edges.

liblinphone

Belledonne Communications Softphone Library

Liblinphone is a high-level SIP library integrating all calling and instant messaging features into an unified easy-to-use API. It is the cross-platform VoIP library on which the Linphone application is based on, and that anyone can use to add audio and video calls or instant messaging capabilities to an application.

Installation

Install the latest version of liblinphone as follows:

guix install liblinphone

Or install a particular version:

guix install liblinphone@5.3.112

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of liblinphone about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/liblinphone'><img src='https://packages.guix.gnu.org/packages/liblinphone/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/liblinphone/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/liblinphone)

Example Org:

[[https://packages.guix.gnu.org/packages/liblinphone][https://packages.guix.gnu.org/packages/liblinphone/badges/latest-version.svg]]