From 5e059d4fe06d7957ed8429f3d1879d114e2cb380 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 3 Aug 2018 14:59:18 +0200 Subject: [PATCH] openvidu backend clients: link to "Voice and video filters" doc page --- .../src/main/java/io/openvidu/java/client/KurentoOptions.java | 2 +- openvidu-node-client/src/TokenOptions.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java b/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java index 93b105d7..0e54ae92 100644 --- a/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java +++ b/openvidu-java-client/src/main/java/io/openvidu/java/client/KurentoOptions.java @@ -165,7 +165,7 @@ public class KurentoOptions { /** * Defines the names of the filters the user owning the token will be able to - * apply + * apply. See Voice and video filters */ public String[] getAllowedFilters() { return allowedFilters; diff --git a/openvidu-node-client/src/TokenOptions.ts b/openvidu-node-client/src/TokenOptions.ts index 25ed2b14..d1455017 100644 --- a/openvidu-node-client/src/TokenOptions.ts +++ b/openvidu-node-client/src/TokenOptions.ts @@ -54,7 +54,7 @@ export interface TokenOptions { * - `videoMinSendBandwidth`: minimum number of Kbps that the client owning the token will try to send to Kurento Media Server. 0 means unconstrained. Giving a value to this property will override * the global configuration set in [OpenVidu Server configuration](https://openvidu.io/docs/reference-docs/openvidu-server-params/#list-of-configuration-parameters-when-launching-openvidu-server) * (parameter `openvidu.streams.video.min-send-bandwidth`) for every outgoing stream of the user owning the token - * - `allowedFilters`: names of the filters the user owning the token will be able to apply + * - `allowedFilters`: names of the filters the user owning the token will be able to apply. See [Voice and video filters](https://openvidu.io/docs/advanced-features/filters/) */ kurentoOptions?: { videoMaxRecvBandwidth?: number,