Index: remoting/webapp/crd/js/client_plugin.js |
diff --git a/remoting/webapp/crd/js/client_plugin.js b/remoting/webapp/crd/js/client_plugin.js |
index d251227f848944aaef9846358d7139876e528d3b..6006175f88724caf2e21ba8ac97748c2053b5e4b 100644 |
--- a/remoting/webapp/crd/js/client_plugin.js |
+++ b/remoting/webapp/crd/js/client_plugin.js |
@@ -232,6 +232,10 @@ remoting.ClientPlugin.ConnectionEventHandler.prototype.onConnectionReady = |
remoting.ClientPlugin.ConnectionEventHandler.prototype.onSetCapabilities = |
function(capabilities) {}; |
+/** Called when the first video frame is received */ |
+remoting.ClientPlugin.ConnectionEventHandler.prototype.onFirstFrameReceived = |
+ function() {}; |
+ |
/** |
* @interface |
*/ |