mirror of https://github.com/coturn/coturn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
444 B
8 lines
444 B
# CLIENT API LIBRARY
|
|
|
|
The compilation process will create lib/ sub-directory with libturnclient.a
|
|
library. The header files for this library are located in include/turn/client/
|
|
sub-directory. The C++ wrapper for the messaging functionality is located in
|
|
TurnMsgLib.h header. An example of C++ code can be found in stunclient.c file.
|
|
This file is compiled as a C++ program if C++ compiler is used, and as a C
|
|
program if C compiler is used.
|
|
|