readme: Add example websocket urls for Janus events.

This commit is contained in:
Joachim Bauch 2026-02-05 10:01:17 +01:00
commit 4a7ecc3ac5
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -152,8 +152,8 @@ To enable sending of events from Janus, the option `broadcast` must be set to
`true` in the block `events` of `janus.jcfg`. In the configuration of the
websocket events handler (`janus.eventhandler.wsevh.jcfg`), the module must be
enabled by setting `enabled` to `true`, the `backend` must be set to the
websocket url of the signaling server (or signaling proxy) and `subprotocol`
must be set to `janus-events`.
websocket url of the signaling server (`ws://127.0.0.1:port/spreed`) or -proxy
(`ws://127.0.0.1:port/proxy`) and `subprotocol` must be set to `janus-events`.
At least events of type `handles`, `media` and `webrtc` must be subscribed.
Edit the `server.conf` and enter the URL to the websocket endpoint of Janus in