7 lines
160 B
C++
7 lines
160 B
C++
|
#pragma once
|
||
|
|
||
|
// IMPORTANT: The default PJSUA_MAX_CALLS in pjsua.h is 32.
|
||
|
// If you need more, you'll need to re-compile pjsua, too.
|
||
|
//
|
||
|
#define MY_MAX_CALLS 32
|