saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 61 forks source link

add prejoinpage constants #70

Closed Joseph-Nathan closed 1 year ago

Joseph-Nathan commented 1 year ago

add constants

export const PREJOIN_PAGE_ENABLED = 'prejoinpage.enabled';
isaanyoha commented 1 year ago

Has this been added now? I want to be able to disable the prejoin page from showing onJoiningMeeting. Or any workaround for this at the moment?

VladVKozlov commented 1 year ago

I also had to add it manually to the package case FeatureFlag.isPreJoinPageEnabled: return 'prejoinpage.enabled';

isaanyoha commented 1 year ago

I also had to add it manually to the package case FeatureFlag.isPreJoinPageEnabled: return 'prejoinpage.enabled';

Did it work after what you did?

saibotma commented 1 year ago

I am sorry for answering late. Feel free to create a PR implementing this feature.

isaanyoha commented 1 year ago

I am sorry for answering late. Feel free to create a PR implementing this feature.

Not a problem, man Ok, I will check how to do that. Thank you!

saibotma commented 1 year ago

Just ask here if you have any questions.

isaanyoha commented 1 year ago

Ok, I added it manually, like @Joseph-Nathan said, and it worked. Thank you!

saibotma commented 1 year ago

This is now live in 0.1.2.