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

switch_core_session_hupall() public static method

public static switch_core_session_hupall ( switch_call_cause_t cause ) : void
cause switch_call_cause_t
return void
        public static void switch_core_session_hupall(switch_call_cause_t cause)
        {
            freeswitchPINVOKE.switch_core_session_hupall((int)cause);
        }
freeswitch