From ae13ed7dedac1223c51b29b809ed2a578445b070 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 28 Oct 2015 16:45:07 +0000 Subject: [PATCH] Add disclaimer to screensharing --- lib/webrtc/call.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/webrtc/call.js b/lib/webrtc/call.js index 0092fc8ec..0cb17f39b 100644 --- a/lib/webrtc/call.js +++ b/lib/webrtc/call.js @@ -92,6 +92,8 @@ MatrixCall.prototype.placeVideoCall = function(remoteVideoElement, localVideoEle /** * Place a screen-sharing call to this room. This includes audio. + * This method is EXPERIMENTAL and subject to change without warning. It + * only works in Google Chrome. * @param {Element} remoteVideoElement a <video> DOM element * to render video to. * @param {Element} localVideoElement a <video> DOM element