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

switch_channel_perform_set_callstate() public static method

public static switch_channel_perform_set_callstate ( SWIGTYPE_p_switch_channel channel, switch_channel_callstate_t callstate, string file, string func, int line ) : void
channel SWIGTYPE_p_switch_channel
callstate switch_channel_callstate_t
file string
func string
line int
return void
        public static void switch_channel_perform_set_callstate(SWIGTYPE_p_switch_channel channel, switch_channel_callstate_t callstate, string file, string func, int line)
        {
            freeswitchPINVOKE.switch_channel_perform_set_callstate(SWIGTYPE_p_switch_channel.getCPtr(channel), (int)callstate, file, func, line);
        }
freeswitch