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

switch_rtp_get_remote_host() public static method

public static switch_rtp_get_remote_host ( SWIGTYPE_p_switch_rtp rtp_session ) : string
rtp_session SWIGTYPE_p_switch_rtp
return string
        public static string switch_rtp_get_remote_host(SWIGTYPE_p_switch_rtp rtp_session)
        {
            string ret = freeswitchPINVOKE.switch_rtp_get_remote_host(SWIGTYPE_p_switch_rtp.getCPtr(rtp_session));
            return ret;
        }
freeswitch