mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
readme: Add example websocket urls for Janus events.
This commit is contained in:
parent
0b46f9d17c
commit
4a7ecc3ac5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue