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

switch_channel_state_change_pending() public static method

public static switch_channel_state_change_pending ( SWIGTYPE_p_switch_channel channel ) : int
channel SWIGTYPE_p_switch_channel
return int
        public static int switch_channel_state_change_pending(SWIGTYPE_p_switch_channel channel)
        {
            int ret = freeswitchPINVOKE.switch_channel_state_change_pending(SWIGTYPE_p_switch_channel.getCPtr(channel));
            return ret;
        }
freeswitch