reg_timeout property

  1. @UnsignedInt()
int reg_timeout
getter/setter pair

Optional interval for registration, in seconds. If the value is zero, default interval will be used (PJSUA_REG_INTERVAL, 300 seconds).

Implementation

@ffi.UnsignedInt()
external int reg_timeout;