Function switch_core_session_pass_indication

Source
pub unsafe extern "C" fn switch_core_session_pass_indication(
    session: *mut switch_core_session_t,
    indication: switch_core_session_message_types_t,
) -> switch_status_t
Expand description

\brief pass an indication message on a session \param session the session to pass the message across \param indication the indication message to pass \return SWITCH_STATUS_SUCCESS if the message was passed