]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/types/register-client-option.model.ts
Translated using Weblate (German)
[github/Chocobozzz/PeerTube.git] / client / src / types / register-client-option.model.ts
index 2460a7499e205211159b2633c220839ff79b34d2..2c09f15a7c655acf21523ef753fc1a9fc27f3fff 100644 (file)
@@ -24,6 +24,9 @@ export type RegisterClientHelpers = {
 
   getBaseRouterRoute: () => string
 
+  // PeerTube >= 5.0
+  getBaseWebSocketRoute: () => string
+
   getBasePluginClientPath: () => string
 
   isLoggedIn: () => boolean