FreeSWITCH.Native.freeswitch.switch_ivr_session_echo C# (CSharp) Method

switch_ivr_session_echo() public static method

public static switch_ivr_session_echo ( SWIGTYPE_p_switch_core_session session, switch_input_args_t args ) : void
session SWIGTYPE_p_switch_core_session
args switch_input_args_t
return void
        public static void switch_ivr_session_echo(SWIGTYPE_p_switch_core_session session, switch_input_args_t args)
        {
            freeswitchPINVOKE.switch_ivr_session_echo(SWIGTYPE_p_switch_core_session.getCPtr(session), switch_input_args_t.getCPtr(args));
        }
freeswitch