gunschu / jitsi_meet

Initial commit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prejoinPageEnabled': false, not working flutter web

Ahmed-hussien90 opened this issue · comments

    'prejoinPageEnabled': false, not working flutter web , i tried config.prejoinConfig.enabled=false , configprejoinPageEnabled = false and  also not working

**var options = JitsiMeetingOptions(room: "roomText")
..serverURL = serverUrl
..subject = "subjectText"
..userDisplayName = "name"
..userEmail = "fake@email.com"
..iosAppBarRGBAColor = "#0080FF80"
..audioOnly = true
..audioMuted = true
..videoMuted = true
..featureFlags.addAll(featureFlags)
..webOptions = {
"roomName": "roomName",
"width": "100%",
"height": "100%",
"enableWelcomePage": false,
"chromeExtensionBanner": null,
'prejoinPageEnabled': false,
"userInfo": {"displayName": "nameText"}
};
**

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.