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

switch_core_execute_chat_app() public static method

public static switch_core_execute_chat_app ( switch_event message, string app, string data ) : switch_status_t
message switch_event
app string
data string
return switch_status_t
        public static switch_status_t switch_core_execute_chat_app(switch_event message, string app, string data)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_execute_chat_app(switch_event.getCPtr(message), app, data);
            return ret;
        }
freeswitch