on_dtmf_event property

Pointer<NativeFunction<Void Function(pjsua_call_id call_id, Pointer<pjsua_dtmf_event> event)>> on_dtmf_event
getter/setter pair

Notify application upon incoming DTMF digits using the method specified in \a pjsua_dtmf_method. Includes additional information about events received via RTP.

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

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            ffi.Void Function(
                pjsua_call_id call_id, ffi.Pointer<pjsua_dtmf_event> event)>>
    on_dtmf_event;