UNPKG

webrtc

Version:

WebRTC abstraction for making it simple to manage multiple peer connections of various types.

10 lines (9 loc) 167 B
<!DOCTYPE html> <html> <head> <title>SimpleWebRTC Demo</title> </head> <body> <script src="webrtc.bundle.js"></script> </body> </html>