Skip to content

Provide a single, simplified js interface to webRTC features. Aims to be browser, version and user flag resilient.

Notifications You must be signed in to change notification settings

babelroom/wraprtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

wraprtc

Provide a single, simplified js interface to webRTC features. Aims to be browser, version and user flag resilient.

This WebRTC wrapper is designed for environments where >2 peers are in play, so the following considerations apply:

  1. Peer connections (RTCPeerConnection) are essentially unidirectional from an active (broadcaster) to a passive (viewer) peer. No media streams are added to the reverse (passive to active) direction.

  2. For broadcasters a single media stream is opened and then multiple peer connections are established and closed as viewers attach and detach.

About

Provide a single, simplified js interface to webRTC features. Aims to be browser, version and user flag resilient.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published