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

switch_core_session_message_send() public static method

public static switch_core_session_message_send ( string uuid_str, switch_core_session_message message ) : switch_status_t
uuid_str string
message switch_core_session_message
return switch_status_t
        public static switch_status_t switch_core_session_message_send(string uuid_str, switch_core_session_message message)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_message_send(uuid_str, switch_core_session_message.getCPtr(message));
            return ret;
        }
freeswitch