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

switch_channel_sort_cid() public static method

public static switch_channel_sort_cid ( SWIGTYPE_p_switch_channel channel, switch_bool_t arg1 ) : void
channel SWIGTYPE_p_switch_channel
arg1 switch_bool_t
return void
        public static void switch_channel_sort_cid(SWIGTYPE_p_switch_channel channel, switch_bool_t arg1)
        {
            freeswitchPINVOKE.switch_channel_sort_cid(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)arg1);
        }
freeswitch