Function switch_core_session_event_send

Source
pub unsafe extern "C" fn switch_core_session_event_send(
    uuid_str: *const c_char,
    event: *mut *mut switch_event_t,
) -> switch_status_t
Expand description

\brief Queue an event on another session using its uuid \param uuid_str the unique id of the session you want to send a message to \param event the event to send \return the status returned by the message handler