status property

  1. @Int()
int status
getter/setter pair

This will contain PJ_SUCCESS if at least one usable STUN server is found, otherwise it will contain the last error code during the operation.

Implementation

@pj_status_t()
external int status;