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

switch_rtp_release_port() public static method

public static switch_rtp_release_port ( string ip, ushort port ) : void
ip string
port ushort
return void
        public static void switch_rtp_release_port(string ip, ushort port)
        {
            freeswitchPINVOKE.switch_rtp_release_port(ip, port);
        }
freeswitch