openvidu backend clients: link to "Voice and video filters" doc page

pull/105/head
pabloFuente 2018-08-03 14:59:18 +02:00
parent 8156c34a08
commit 5e059d4fe0
2 changed files with 2 additions and 2 deletions

View File

@ -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 <a href="https://openvidu.io/docs/advanced-features/filters/" target="_blank">Voice and video filters</a>
*/
public String[] getAllowedFilters() {
return allowedFilters;

View File

@ -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,