diff --git a/index.html b/index.html
index c3ff19c..4efe761 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,8 @@
-
-
+ We are loadding the SDK. Please wait...
+
diff --git a/src/index.js b/src/index.js
index 1ed71f2..5943e8b 100644
--- a/src/index.js
+++ b/src/index.js
@@ -117,6 +117,8 @@ function renderVideoConference() {
async function app() {
try {
+ document.querySelector(".loading").style.display = "none";
+ console.log("SDK loaded");
onBoarding = createOnBoarding(); // initialize the instance
container.innerHTML = `Warming up...
`;
await onBoarding.warmup();