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

switch_channel_mark_hold() public static method

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