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

switch_rtp_activate_rtcp() public static method

public static switch_rtp_activate_rtcp ( SWIGTYPE_p_switch_rtp rtp_session, int send_rate, ushort remote_port ) : switch_status_t
rtp_session SWIGTYPE_p_switch_rtp
send_rate int
remote_port ushort
return switch_status_t
        public static switch_status_t switch_rtp_activate_rtcp(SWIGTYPE_p_switch_rtp rtp_session, int send_rate, ushort remote_port)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_rtp_activate_rtcp(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session), send_rate, remote_port);
            return ret;
        }
freeswitch