WebSocket based notifications have been factored out as a separate service.
Implement push of notifications from Call-Flow-Control to the notification server.
Protocol:
POST /broadcast?token=<authentication token> HTTP/1.1
Content-Type: application/json
<JSON notification object>
WebSocket based notifications have been factored out as a separate service. Implement push of notifications from Call-Flow-Control to the notification server.
Protocol: