on_reg_started property
Pointer<NativeFunction<Void Function(pjsua_acc_id acc_id, pj_bool_t renew)> >
on_reg_started
getter/setter pair
Notify application when registration or unregistration has been initiated. Note that this only notifies the initial registration and unregistration. Once registration session is active, subsequent refresh will not cause this callback to be called.
@param acc_id The account ID. @param renew Non-zero for registration and zero for unregistration.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(pjsua_acc_id acc_id, pj_bool_t renew)>>
on_reg_started;