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

switch_ivr_clear_speech_cache() public static method

public static switch_ivr_clear_speech_cache ( SWIGTYPE_p_switch_core_session session ) : void
session SWIGTYPE_p_switch_core_session
return void
        public static void switch_ivr_clear_speech_cache(SWIGTYPE_p_switch_core_session session)
        {
            freeswitchPINVOKE.switch_ivr_clear_speech_cache(SWIGTYPE_p_switch_core_session.getCPtr(session));
        }
freeswitch