on_ip_change_progress property
Pointer<NativeFunction<Void Function(Int32 op, pj_status_t status, Pointer<pjsua_ip_change_op_info> info)> >
on_ip_change_progress
getter/setter pair
Calling #pjsua_handle_ip_change() may involve different operation. This callback is called to report the progress of each enabled operation.
@param op The operation. @param status The status of operation. @param info The info from the operation
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(ffi.Int32 op, pj_status_t status,
ffi.Pointer<pjsua_ip_change_op_info> info)>>
on_ip_change_progress;