Function switch_core_media_bug_remove

Source
pub unsafe extern "C" fn switch_core_media_bug_remove(
    session: *mut switch_core_session_t,
    bug: *mut *mut switch_media_bug_t,
) -> switch_status_t
Expand description

\brief Remove a media bug from the session \param session the session to remove the bug from \param bug bug to remove \return SWITCH_STATUS_SUCCESS if the operation was a success