diff --git a/bigbluebutton-client/resources/prod/lib/3rd-party.js b/bigbluebutton-client/resources/prod/lib/3rd-party.js index 9d6002af67..27b649d38a 100755 --- a/bigbluebutton-client/resources/prod/lib/3rd-party.js +++ b/bigbluebutton-client/resources/prod/lib/3rd-party.js @@ -201,3 +201,11 @@ var sendPrivateChat = function () { var message = "ECHO: " + bbbEvent.message; BBB.sendPrivateChatMessage(bbbEvent.fromColor, bbbEvent.fromLang, message, bbbEvent.fromUserID); } + +var webcamViewStandaloneAppReady = function() { + console.log("WebcamViewStandalone App is ready."); +} + +var webcamPreviewStandaloneAppReady = function() { + console.log("WebcamPreviewStandalone App is ready."); +}