mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: fix deprecated typedoc link
parent
dfd614a634
commit
fdbd1bdc12
|
@ -23,7 +23,7 @@ export interface OpenViduAdvancedConfiguration {
|
|||
* Array of [RTCIceServer](https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer) to be used by OpenVidu Browser. By default OpenVidu will generate the required credentials to use the COTURN server hosted along OpenVidu Server.
|
||||
* You can also set this property to string 'freeice' to force the use of free STUN servers instead (got thanks to [freeice](https://github.com/DamonOehlman/freeice) library).
|
||||
*
|
||||
* > **WARNING**: this value has priority over the standard `iceServers` property of [[rtcConfiguration]]. It will override any value in `OpenViduAdvancedConfiguration.rtcConfiguration.iceServers`
|
||||
* > **WARNING**: this value has priority over the standard `iceServers` property of {@link rtcConfiguration}. It will override any value in `OpenViduAdvancedConfiguration.rtcConfiguration.iceServers`
|
||||
*/
|
||||
iceServers?: RTCIceServer[] | string;
|
||||
|
||||
|
|
Loading…
Reference in New Issue