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

switch_channel_uninit() public static method

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