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

switch_rtp_break() public static method

public static switch_rtp_break ( SWIGTYPE_p_switch_rtp rtp_session ) : void
rtp_session SWIGTYPE_p_switch_rtp
return void
        public static void switch_rtp_break(SWIGTYPE_p_switch_rtp rtp_session)
        {
            freeswitchPINVOKE.switch_rtp_break(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
        }
freeswitch