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

switch_core_chat_deliver() public static method

public static switch_core_chat_deliver ( string dest_proto, SWIGTYPE_p_p_switch_event message_event ) : switch_status_t
dest_proto string
message_event SWIGTYPE_p_p_switch_event
return switch_status_t
        public static switch_status_t switch_core_chat_deliver(string dest_proto, SWIGTYPE_p_p_switch_event message_event)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_chat_deliver(dest_proto, SWIGTYPE_p_p_switch_event.getCPtr(message_event));
            return ret;
        }
freeswitch