/pjsip-rc-demo

pjsip RingCentral c++ demo

Primary LanguageC++MIT LicenseMIT

pjsip-rc-demo

A demo c++ app shows how to use pjsip to connect to RingCentral server and make/take phone calls.

Based on Tyler's article: PJSIP and RingCentral — Part 1: Get Started

Run

# only tested in ubuntu 18.04
git clone git@github.com:zxdong262/pjsip-rc-demo.git
cd pjsip-rc-demo

# create config file and fill all fields
cp config.sample.hpp config.hpp

# compile to exe file
make

# run
# this will show logs only
./main

Todos

Add more process.