openvidu-browser: TypeDoc typo fix

pull/375/head
pabloFuente 2019-09-19 15:48:32 +02:00
parent 1fcf73f05f
commit 1462123fb5
1 changed files with 1 additions and 1 deletions

View File

@ -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. * 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** * **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 * @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