WaitingScreen Parameters - Prebuilt
waitingScreen
- type: 
object 
imageURL
- 
type:
String - 
urlof 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

