FreeSWITCH.Native.Event.chat_send C# (CSharp) Method

chat_send() public method

public chat_send ( string dest_proto ) : int
dest_proto string
return int
        public int chat_send(string dest_proto)
        {
            int ret = freeswitchPINVOKE.Event_chat_send(swigCPtr, dest_proto);
            return ret;
        }