Function switch_core_session_perform_receive_message

Source
pub unsafe extern "C" fn switch_core_session_perform_receive_message(
    session: *mut switch_core_session_t,
    message: *mut switch_core_session_message_t,
    file: *const c_char,
    func: *const c_char,
    line: c_int,
) -> switch_status_t
Expand description

\brief Receive a message on a given session \param session the session to receive the message from \param message the message to recieve \return the status returned by the message handler