libnice

GLib implementation of ICE (Interactive Connectivity Establishment) protocol

brewmacoslinux
Try with needOr install directly
Source

About

GLib ICE implementation

Commands

libnice

Examples

Check libnice version and available options$ pkg-config --modversion libnice
Compile a program using libnice with pkg-config$ gcc -o ice_app app.c $(pkg-config --cflags --libs libnice)
Verify libnice installation and library path$ pkg-config --libs libnice