Function switch_core_session_queue_private_event

Source
pub unsafe extern "C" fn switch_core_session_queue_private_event(
    session: *mut switch_core_session_t,
    event: *mut *mut switch_event_t,
    priority: switch_bool_t,
) -> switch_status_t
Expand description

\brief Queue a private event on a given session \param session the session to queue the message on \param event the event to queue \param priority event has high priority \return the status returned by the message handler