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

switch_channel_build_param_string() public static method

public static switch_channel_build_param_string ( SWIGTYPE_p_switch_channel channel, switch_caller_profile caller_profile, string prefix ) : string
channel SWIGTYPE_p_switch_channel
caller_profile switch_caller_profile
prefix string
return string
        public static string switch_channel_build_param_string(SWIGTYPE_p_switch_channel channel, switch_caller_profile caller_profile, string prefix)
        {
            string ret = freeswitchPINVOKE.switch_channel_build_param_string(SWIGTYPE_p_switch_channel.getCPtr(channel), switch_caller_profile.getCPtr(caller_profile), prefix);
            return ret;
        }
freeswitch