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

switch_core_chat_send_args() public static method

public static switch_core_chat_send_args ( string dest_proto, string proto, string from, string to, string subject, string body, string type, string hint ) : switch_status_t
dest_proto string
proto string
from string
to string
subject string
body string
type string
hint string
return switch_status_t
        public static switch_status_t switch_core_chat_send_args(string dest_proto, string proto, string from, string to, string subject, string body, string type, string hint)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_chat_send_args(dest_proto, proto, from, to, subject, body, type, hint);
            return ret;
        }
freeswitch