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

switch_channel_flip_cid() public static method

public static switch_channel_flip_cid ( SWIGTYPE_p_switch_channel channel ) : void
channel SWIGTYPE_p_switch_channel
return void
        public static void switch_channel_flip_cid(SWIGTYPE_p_switch_channel channel)
        {
            freeswitchPINVOKE.switch_channel_flip_cid(SWIGTYPE_p_switch_channel.getCPtr(channel));
        }
freeswitch