X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=support%2Fdoc%2Fplugins%2Fguide.md;h=a1131ced542f4bf3e64a94a473f455c3b8a5debf;hb=fbe3fa54b4d8050f70cee0e93538e024b5ffd18e;hp=1c809258ab39de80194091d2922706ed592b6fb7;hpb=8fac9adc1310a64746a814945ee25158fc31938a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 1c809258a..a1131ced5 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -320,6 +320,8 @@ The `ping` route can be accessed using: #### Add custom WebSocket handlers +**PeerTube >= 5.0** + You can create custom WebSocket servers (like [ws](https://github.com/websockets/ws) for example) using `registerWebSocketRoute`: ```js