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

switch_channel_set_app_flag_key() public static method

public static switch_channel_set_app_flag_key ( string app, SWIGTYPE_p_switch_channel channel, uint flags ) : void
app string
channel SWIGTYPE_p_switch_channel
flags uint
return void
        public static void switch_channel_set_app_flag_key(string app, SWIGTYPE_p_switch_channel channel, uint flags)
        {
            freeswitchPINVOKE.switch_channel_set_app_flag_key(app, SWIGTYPE_p_switch_channel.getCPtr(channel), flags);
        }
freeswitch