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

switch_core_session_hupall_endpoint() public static method

public static switch_core_session_hupall_endpoint ( switch_endpoint_interface endpoint_interface, switch_call_cause_t cause ) : void
endpoint_interface switch_endpoint_interface
cause switch_call_cause_t
return void
        public static void switch_core_session_hupall_endpoint(switch_endpoint_interface endpoint_interface, switch_call_cause_t cause)
        {
            freeswitchPINVOKE.switch_core_session_hupall_endpoint(switch_endpoint_interface.getCPtr(endpoint_interface), (int)cause);
        }
freeswitch