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

switch_ivr_session_audio() public static method

public static switch_ivr_session_audio ( SWIGTYPE_p_switch_core_session session, string cmd, string direction, int level ) : switch_status_t
session SWIGTYPE_p_switch_core_session
cmd string
direction string
level int
return switch_status_t
        public static switch_status_t switch_ivr_session_audio(SWIGTYPE_p_switch_core_session session, string cmd, string direction, int level)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_session_audio(SWIGTYPE_p_switch_core_session.getCPtr(session), cmd, direction, level);
            return ret;
        }
freeswitch