# rtc-sdpclean

> A simple module that uses rtc-validator to ensure invalid lines in SDP are removed

Latest version **1.0.1** (published 2015-04-23) · Apache 2.0 license · 0 weekly downloads

## Install

```sh
npm install rtc-sdpclean
pnpm add rtc-sdpclean
yarn add rtc-sdpclean
bun add rtc-sdpclean
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2015-04-23 |
| First published | 2014-08-19 |
| Weekly downloads | 0 |
| License | Apache 2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Damon Oehlman |
| Maintainers | damonoehlman |
| Keywords | webrtc, rtc.io |

## Links

- npm: https://www.npmjs.com/package/rtc-sdpclean
- Repository: https://github.com/rtc-io/rtc-sdpclean
- Issues: https://github.com/rtc-io/rtc-sdpclean/issues
- npm.io page: https://npm.io/package/rtc-sdpclean

## Dependencies (1)

- [rtc-validator](https://npm.io/package/rtc-validator.md) ^1.2.0

## Recent versions

- 1.0.1 (latest) — 2015-04-23
- 1.0.0 — 2014-08-19

## README

# rtc-sdpclean

Remove invalid lines from your SDP.


[![NPM](https://nodei.co/npm/rtc-sdpclean.png)](https://nodei.co/npm/rtc-sdpclean/)

[![unstable](https://img.shields.io/badge/stability-unstable-yellowgreen.svg)](https://github.com/dominictarr/stability#unstable) [![Build Status](https://api.travis-ci.org/rtc-io/rtc-sdpclean.svg?branch=master)](https://travis-ci.org/rtc-io/rtc-sdpclean) [![bitHound Score](https://www.bithound.io/github/rtc-io/rtc-sdpclean/badges/score.svg)](https://www.bithound.io/github/rtc-io/rtc-sdpclean) 

## Why?

This module removes the occasional "bad egg" that will slip into SDP when it
is generated by the browser.  In particular these situations are catered for:

- invalid ICE candidates

## License(s)

### Apache 2.0

Copyright 2015 National ICT Australia Limited (NICTA)

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

---
_Source: https://npm.io/package/rtc-sdpclean · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
