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

switch_core_session_reporting_state() public static method

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