Function switch_core_session_receive_event

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

\brief Send an event to a session translating it to it’s native message format \param session the session to receive the event \param event the event to receive \return the status returned by the handler