Skip to content

mzget/s-talk-js-webrtc

Repository files navigation

s-talk-js-webrtc

Universal javascript WebRTC interface implementation.

Inspired by SimpleWebRTC https://github.com/andyet/SimpleWebRTC , && react-native-webrtc https://github.com/oney/react-native-webrtc .

Signaling server base on signalmaster https://github.com/andyet/signalmaster .

For detail see https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/

  • This project has develop and maintained by AhooStudio.co.th.
  • Copyright (c)2017 AhooStudio.co.th

https://nodei.co/npm/stalk-js-webrtc.png?downloads=true&downloadRank=true&stars=true

Roadmap:

  • Browser example.
  • React-native example.
  • Chrome, Firefox
  • Edge
  • Safari 11

Features:

  • Select mic && camera.
  • Select camera madatory.
  • Pause mic, camera.
  • Volume controlable.
  • Disconnection handler.
  • Icecandidate fail handler.
  • Icecandidate timeout handler.
  • Screen sharing.
  • Data Channel.
  • File transfer.