Mesh is an HTTP interface that allows Blue Jeans Relay to integrate with otherwise unsupported Endpoints.
The Relay Listener Service can send commands like join and hangup to this custom Mesh server, which will use custom integration logic to cause the unsupported Endpoint to carry out the command.
See the Relay API docs for more details and API specifications.
git clone https://github.com/Aldaviva/relay-mesh-example-javascript.git
cd relay-mesh-example-javascript
npm install
node .
The web server will run, listening on port 6374. Requests will be parsed and logged.
Check out the resource methods in index.js.
From here you can implement your own logic when different requests are handled.