Browse Source

Fix: missing peertube version in documentation

John Livingston 1 year ago
parent
commit
fbe3fa54b4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      support/doc/plugins/guide.md

+ 2 - 0
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