MesiboGroupCallUiProperties constructor

MesiboGroupCallUiProperties({
  1. bool? screenSharingButton = true,
  2. bool? inviteButton = false,
  3. bool? participantsButton = false,
  4. bool? messageButton = false,
  5. bool? participantControls = true,
  6. String? exitPrompt = "",
  7. String? joinMessage = "join",
  8. String? leftMessage = "left",
})

Implementation

);}class MesiboGroupCallUiProperties extends MesiboGroupCallUiPropertiesFlutter{MesiboGroupCallUiProperties({super.screenSharingButton= true,super.inviteButton= false,super.participantsButton= false,super.messageButton= false,super.participantControls= true,super.exitPrompt= "",super.joinMessage= "join",super.leftMessage= "left",}
      );