0.2.11 • Published 10 years ago

jingle-rtcpeerconnection v0.2.11

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Jingle-RTCPeerConnection

What is this?

Jingle-RTCPeerConnection is a wrapper for Henrik Joreteg's RTCPeerConnection that works with JSON instead of raw SDP, as processed by SDP-Jingle-JSON.

Installing

npm install jingle-rtcpeerconnection

If you're not using browserify or you want AMD support use jingle-rtcpeerconnection.bundle.js.

How to Use

Jingle-RTCPeerConnection exposes the same API methods and events as RTCPeerConnection.

The differences are:

  • Offer and answer results look like:

      {
          type: "offer", // or "answer",
          sdp: "RAW SDP",
          json: {...}
      }
  • ICE candidates are JSON objects and not an SDP line string.

License

MIT

Credits

If you like this, follow @lancestout on twitter.

0.2.11

10 years ago

0.2.10

10 years ago

0.2.9

10 years ago

0.2.8

10 years ago

0.2.7

11 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago