From 1462123fb5e7e291d33c8bac528b700cd8aae852 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 19 Sep 2019 15:48:32 +0200 Subject: [PATCH] openvidu-browser: TypeDoc typo fix --- openvidu-browser/src/OpenVidu/Publisher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-browser/src/OpenVidu/Publisher.ts b/openvidu-browser/src/OpenVidu/Publisher.ts index 8cdd15e6..63cb742d 100644 --- a/openvidu-browser/src/OpenVidu/Publisher.ts +++ b/openvidu-browser/src/OpenVidu/Publisher.ts @@ -270,7 +270,7 @@ export class Publisher extends StreamManager { * * You can get this new MediaStreamTrack by using the native Web API or simply with [[OpenVidu.getUserMedia]] method. * - * **WARNING: this method has been proven to work, but there may be some combinations of published/replaced tracks that may be incompatible between them and break the connection in OpenVidu Server** + * **WARNING: this method has been proven to work, but there may be some combinations of published/replaced tracks that may be incompatible between them and break the connection in OpenVidu Server.** * **A complete renegotiation may be the only solution in this case** * * @param track The [MediaStreamTrack](https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack) object to replace the current one. If it is an audio track, the current audio track will be the replaced one. If it