From fbe3fa54b4d8050f70cee0e93538e024b5ffd18e Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 1 Nov 2022 09:51:47 +0100 Subject: [PATCH] Fix: missing peertube version in documentation --- support/doc/plugins/guide.md | 2 ++ 1 file changed, 2 insertions(+) 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