on_reg_started2 property

Pointer<NativeFunction<Void Function(pjsua_acc_id acc_id, Pointer<pjsua_reg_info> info)>> on_reg_started2
getter/setter pair

This is the alternative version of the \a on_reg_started() callback with \a pjsua_reg_info argument.

@param acc_id The account ID. @param info The registration info.

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            ffi.Void Function(
                pjsua_acc_id acc_id, ffi.Pointer<pjsua_reg_info> info)>>
    on_reg_started2;