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

switch_rtp_set_telephony_event() public static method

public static switch_rtp_set_telephony_event ( SWIGTYPE_p_switch_rtp rtp_session, byte te ) : void
rtp_session SWIGTYPE_p_switch_rtp
te byte
return void
        public static void switch_rtp_set_telephony_event(SWIGTYPE_p_switch_rtp rtp_session, byte te)
        {
            freeswitchPINVOKE.switch_rtp_set_telephony_event(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), te);
        }
freeswitch