0.1.0 • Published 5 years ago

@mothepro/ez-rtc v0.1.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
5 years ago

EZ RTC

Simplify the data Peer to Peer (RTC) connenctions in browser

View the Compatibility to see which browsers support this.

Install

yarn add @mothepro/ez-rtc

How to Use

  • Create an offer on the first browser
  • Copy offer and send to the second browser
  • Paste offer in second browser and click Join
  • Create an answer on the second browser
  • Copy answer and send to the first browser
  • Paste answer in first browser and click Join
  • Messages can now be sent between browsers

See the demo for a simple how-to

Note: Browsers may not send empty messages

Roadmap

Add a way to test RTC support in general (Connection with a STUN can be made) Support a given timeout in the constructor? Verify errors are thrown at the right time Add support for video & audio calls Possibly support unreliable mode Support multiple data channels Support negotiated data channel creation

0.1.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago