Skip to content

Commit

Permalink
Update unbindVideoElement documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devalevenkatesh committed May 11, 2022
1 parent c5639ba commit 209a4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/videotilecontroller.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ <h3>unbind<wbr>Video<wbr>Element</h3>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Unbinds the video element from the tile if it exists for the provided tileId.
The video tile&#39;s bounded video element and that element&#39;s width and height are set to null.
The video tile&#39;s bounded video element, that element&#39;s srcObject, width and height are set to null.
This does not remove the provided tileId mapping from the tile map in the <a href="../classes/defaultvideotilecontroller.html">DefaultVideoTileController</a>.
To remove the mapping and destroy the tile for this tileId, you can use <a href="videotilecontroller.html#removevideotile">removeVideoTile</a>.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/videotilecontroller/VideoTileController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default interface VideoTileController {

/**
* Unbinds the video element from the tile if it exists for the provided tileId.
* The video tile's bounded video element and that element's width and height are set to null.
* The video tile's bounded video element, that element's srcObject, width and height are set to null.
* This does not remove the provided tileId mapping from the tile map in the [[DefaultVideoTileController]].
* To remove the mapping and destroy the tile for this tileId, you can use [[removeVideoTile]].
*/
Expand Down

0 comments on commit 209a4e8

Please sign in to comment.