on_dtmf_digit2 property

Pointer<NativeFunction<Void Function(pjsua_call_id call_id, Pointer<pjsua_dtmf_info> info)>> on_dtmf_digit2
getter/setter pair

Notify application upon incoming DTMF digits using the method specified in \a pjsua_dtmf_method. This callback will not be called if app implements \a on_dtmf_event().

@param call_id The call index. @param info The DTMF info.

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            ffi.Void Function(
                pjsua_call_id call_id, ffi.Pointer<pjsua_dtmf_info> info)>>
    on_dtmf_digit2;