From 98a35ab6ecf40a119fe9a011274cf249239772a4 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Wed, 7 Oct 2020 13:11:31 +0200 Subject: [PATCH] openvidu-node-client: TypeDoc update --- openvidu-browser/src/OpenVidu/OpenVidu.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/openvidu-browser/src/OpenVidu/OpenVidu.ts b/openvidu-browser/src/OpenVidu/OpenVidu.ts index 49f028e7..d889901c 100644 --- a/openvidu-browser/src/OpenVidu/OpenVidu.ts +++ b/openvidu-browser/src/OpenVidu/OpenVidu.ts @@ -660,6 +660,7 @@ export class OpenVidu { * - `iceServers`: set custom STUN/TURN servers to be used by OpenVidu Browser * - `screenShareChromeExtension`: url to a custom screen share extension for Chrome to be used instead of the default one, based on ours [https://github.com/OpenVidu/openvidu-screen-sharing-chrome-extension](https://github.com/OpenVidu/openvidu-screen-sharing-chrome-extension) * - `publisherSpeakingEventsOptions`: custom configuration for the [[PublisherSpeakingEvent]] feature and the [StreamManagerEvent.streamAudioVolumeChange](/en/stable/api/openvidu-browser/classes/streammanagerevent.html) feature + * - `forceMediaReconnectionAfterNetworkDrop`: always force WebRTC renegotiation of all the streams of a client after a network loss and reconnection. This can help reducing frozen videos in low quality networks. * * Call this method to override previous values at any moment. */