saibotma / jitsi_meet_wrapper

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

Options.userEmail is not attached #108

Open a7mdragab opened 1 year ago

a7mdragab commented 1 year ago

Hello, I have assigned the userEmail with a value but when joining the room, I receive it null 💡 onParticipantJoined: email: null, name: User1, role: participant, participantId: db3c991c

What is wrong, and is there any other way to send userData to the meeting?

a7mdragab commented 1 year ago

Any help?

saibotma commented 1 year ago

Thanks for creating this issue. Can you please create a minimal reproducible example?

a7mdragab commented 1 year ago

Thanks for creating this issue. Can you please create a minimal reproducible example?

Thanks. The example in the project: https://github.com/saibotma/jitsi_meet_wrapper/tree/main/jitsi_meet_wrapper/example Just join with any participant and put the user email and print onParticipantJoined email, it returns null

a7mdragab commented 1 year ago

Any updates? I have created an issue on the sdk repo itself and they told me that it is working with them and this plugin uses older version

saibotma commented 1 year ago

Thanks for the example. Will take a look eventually. This may take a while, though. In the meantime you can try fixing it yourself.

a7mdragab commented 1 year ago

Thanks for the example. Will take a look eventually. This may take a while, though. In the meantime you can try fixing it yourself.

Thanks. I found the problem is related to the native plugin itself.