mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 10:01:41 +00:00
This patch adds an onRemoteStream callback, which can be specified on the Verto instance, or per dialog. The callback is fired when the remote stream from a call is received, and receives two arguments, the first is the remote stream, the second is the Verto dialog object.
This needs to be fleshed out more. It would be nice to develop a web app here that implements a web phone. Do not base it on the demo because it was just tossed together. To run jshint: cd js npm install grunt