A simple WebRTC demo.
You will need Mojolicious installed.
Then just run it like any other Mojolicious webapp.
$ morbo -v call.pl
or
$ ./call.pl daemon
It will, by default, run on port 3000 (see morbo or Mojolicious::Command::daemon docs for more info).
The calling end will need to be fully set up before the answering end, or else you'll get a half-duplex connection. I need to wait for this in the negotiation process, but haven't yet bothered.
Includes adapter.js.