openvidu-browser: fixed TypeDoc links

pull/630/head
pabloFuente 2021-06-03 11:23:17 +02:00
parent 1aff994c8e
commit 1f3bef9e01
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ export interface OpenViduAdvancedConfiguration {
forceMediaReconnectionAfterNetworkDrop?: boolean; forceMediaReconnectionAfterNetworkDrop?: boolean;
/** /**
* The milliseconds that must elapse after triggering [[ExceptionEvent]] of type `ICE_CONNECTION_DISCONNECTED` to perform an automatic reconnection process of the affected media stream. * The milliseconds that must elapse after triggering [[ExceptionEvent]] of name [`ICE_CONNECTION_DISCONNECTED`](/en/latest/api/openvidu-browser/enums/exceptioneventname.html#ice_connection_disconnected) to perform an automatic reconnection process of the affected media stream.
* This automatic reconnection process can only take place if the client still has network connection to OpenVidu Server. If the ICE connection has broken because of a total network drop, * This automatic reconnection process can only take place if the client still has network connection to OpenVidu Server. If the ICE connection has broken because of a total network drop,
* then no reconnection process will be possible at all. * then no reconnection process will be possible at all.
* *
@ -65,7 +65,7 @@ export interface OpenViduAdvancedConfiguration {
iceConnectionDisconnectedExceptionTimeout?: number; iceConnectionDisconnectedExceptionTimeout?: number;
/** /**
* The milliseconds that must elapse for the [[ExceptionEvent]] of name [`NO_STREAM_PLAYING_EVENT`]((/en/latest/api/openvidu-browser/enums/exceptioneventname.html#no_stream_playing_event)) to be fired. * The milliseconds that must elapse for the [[ExceptionEvent]] of name [`NO_STREAM_PLAYING_EVENT`](/en/latest/api/openvidu-browser/enums/exceptioneventname.html#no_stream_playing_event) to be fired.
* *
* Default to `4000`. * Default to `4000`.
*/ */