- add JS callback for Webcam Stanalone apps to say that they are ready

This commit is contained in:
Richard Alam 2013-02-12 21:09:45 +00:00
parent 2569afb262
commit 1c7c4c1dd8

View File

@ -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.");
}