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

switch_core_session_enable_heartbeat() public static method

public static switch_core_session_enable_heartbeat ( SWIGTYPE_p_switch_core_session session, uint seconds ) : void
session SWIGTYPE_p_switch_core_session
seconds uint
return void
        public static void switch_core_session_enable_heartbeat(SWIGTYPE_p_switch_core_session session, uint seconds)
        {
            freeswitchPINVOKE.switch_core_session_enable_heartbeat(SWIGTYPE_p_switch_core_session.getCPtr(session), seconds);
        }
freeswitch