mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: TypeDoc typo fix
parent
1fcf73f05f
commit
1462123fb5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue