Function switch_core_session_check_interface

Source
pub unsafe extern "C" fn switch_core_session_check_interface(
    session: *mut switch_core_session_t,
    endpoint_interface: *const switch_endpoint_interface_t,
) -> u8
Expand description

\brief Checks if a session is using a specific endpoint \param session the session \param endpoint_interface interface of the endpoint to check \return TRUE or FALSE