pjsua_get_pjsip_endpt method

Pointer<pjsip_endpoint> pjsua_get_pjsip_endpt()

Internal function to get SIP endpoint instance of pjsua, which is needed for example to register module, create transports, etc. Only valid after #pjsua_init() is called.

@return SIP endpoint instance.

Implementation

ffi.Pointer<pjsip_endpoint> pjsua_get_pjsip_endpt() {
  return _pjsua_get_pjsip_endpt();
}