main.hpp 160 B

123456
  1. #pragma once
  2. // IMPORTANT: The default PJSUA_MAX_CALLS in pjsua.h is 32.
  3. // If you need more, you'll need to re-compile pjsua, too.
  4. //
  5. #define MY_MAX_CALLS 32