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

switch_channel_set_flag_partner() public static method

public static switch_channel_set_flag_partner ( SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag ) : switch_bool_t
channel SWIGTYPE_p_switch_channel
flag switch_channel_flag_t
return switch_bool_t
        public static switch_bool_t switch_channel_set_flag_partner(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag)
        {
            switch_bool_t ret = (switch_bool_t)freeswitchPINVOKE.switch_channel_set_flag_partner(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)flag);
            return ret;
        }
freeswitch