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

switch_channel_clear_flag_recursive() public static method

public static switch_channel_clear_flag_recursive ( SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag ) : void
channel SWIGTYPE_p_switch_channel
flag switch_channel_flag_t
return void
        public static void switch_channel_clear_flag_recursive(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag)
        {
            freeswitchPINVOKE.switch_channel_clear_flag_recursive(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)flag);
        }
freeswitch