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

switch_channel_set_name() public static method

public static switch_channel_set_name ( SWIGTYPE_p_switch_channel channel, string name ) : switch_status_t
channel SWIGTYPE_p_switch_channel
name string
return switch_status_t
        public static switch_status_t switch_channel_set_name(SWIGTYPE_p_switch_channel channel, string name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_channel_set_name(SWIGTYPE_p_switch_channel.getCPtr(channel), name);
            return ret;
        }
freeswitch