mirror of https://github.com/OpenVidu/openvidu.git
openvidu backend clients: link to "Voice and video filters" doc page
parent
8156c34a08
commit
5e059d4fe0
|
@ -165,7 +165,7 @@ public class KurentoOptions {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the names of the filters the user owning the token will be able to
|
* 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() {
|
public String[] getAllowedFilters() {
|
||||||
return allowedFilters;
|
return allowedFilters;
|
||||||
|
|
|
@ -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
|
* - `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)
|
* 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
|
* (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?: {
|
kurentoOptions?: {
|
||||||
videoMaxRecvBandwidth?: number,
|
videoMaxRecvBandwidth?: number,
|
||||||
|
|
Loading…
Reference in New Issue