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

switch_core_session_event_send() public static method

public static switch_core_session_event_send ( string uuid_str, SWIGTYPE_p_p_switch_event arg1 ) : switch_status_t
uuid_str string
arg1 SWIGTYPE_p_p_switch_event
return switch_status_t
        public static switch_status_t switch_core_session_event_send(string uuid_str, SWIGTYPE_p_p_switch_event arg1)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_event_send(uuid_str, SWIGTYPE_p_p_switch_event.getCPtr(arg1));
            return ret;
        }
freeswitch