You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.1Content-Type: application/json<JSON notification object>
The text was updated successfully, but these errors were encountered:
WebSocket based notifications have been factored out as a separate service.
Implement push of notifications from Call-Flow-Control to the notification server.
Protocol:
The text was updated successfully, but these errors were encountered: