Skip to main content
Version: 0.3.x

WaitingScreen Parameters - Prebuilt

waitingScreen

  • type: object

imageURL

  • type: String

  • url of your lottie or image, to be shown on the waiting screen.

text

  • type: String

  • It represents your customize message, that will be shown on the waiting screen.

meeting.init({
//other params
waitingScreen: {
imageUrl: "<imageUrl || lottieUrl>",
text: "Connecting to the meeting...",
},
//other params
});

Got a Question? Ask us on discord


Was this helpful?