diff options
Diffstat (limited to 'remoting/webapp/crd/js/client_plugin.js')
-rw-r--r-- | remoting/webapp/crd/js/client_plugin.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/webapp/crd/js/client_plugin.js b/remoting/webapp/crd/js/client_plugin.js index d251227..6006175 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 */ |