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

fix participantsInfoRetrieved event handler #119

Open fa-fifi opened 11 months ago

fa-fifi commented 11 months ago

Currently, the client is unable to listen to the participantsInfoRetrieved event due to the typo, which I fixed inside this PR. Moreover, the return type for the participantsInfo argument should be String instead of Map. The retrieveParticipantsInfo method is still not implemented yet, but hopefully you can implement that particular method in the near future and merge my PR.

If there are any conflicts or errors regarding these fixes, I am open to a discussion.

Thank you.