You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-19 16:42:09 +03:00
Add disclaimer to screensharing
This commit is contained in:
@@ -92,6 +92,8 @@ MatrixCall.prototype.placeVideoCall = function(remoteVideoElement, localVideoEle
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Place a screen-sharing call to this room. This includes audio.
|
* Place a screen-sharing call to this room. This includes audio.
|
||||||
|
* <b>This method is EXPERIMENTAL and subject to change without warning. It
|
||||||
|
* only works in Google Chrome.</b>
|
||||||
* @param {Element} remoteVideoElement a <code><video></code> DOM element
|
* @param {Element} remoteVideoElement a <code><video></code> DOM element
|
||||||
* to render video to.
|
* to render video to.
|
||||||
* @param {Element} localVideoElement a <code><video></code> DOM element
|
* @param {Element} localVideoElement a <code><video></code> DOM element
|
||||||
|
Reference in New Issue
Block a user