]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/plugins/guide.md
Fix: missing peertube version in documentation
[github/Chocobozzz/PeerTube.git] / support / doc / plugins / guide.md
index 1c809258ab39de80194091d2922706ed592b6fb7..a1131ced542f4bf3e64a94a473f455c3b8a5debf 100644 (file)
@@ -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