Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 379 Bytes

php-indonesia-webrtc

Simple WebRTC application that show media stream and peer connection API. We use ajax for signaling server using PHP as a backend.

Requirements

  • PHP 5+
  • SQLite 3+
  • Apache / Nginx / anything you want
  • Firefox browser (chrome requires SSL connection)

API

This sample application show how to use two webrtc APIs: media stream and peer connection.