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

Support web and flags #55

Closed thorito closed 1 year ago

thorito commented 1 year ago

Excellent work !!

It would be better if:

  1. Web support as in jitsi_meet 4.0.0
  2. Add flags: 'speaker statistics', 'car mode', 'participating' and 'statistics of the participants'

Reference: https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/flags/constants.ts

Thank you very much for your help

saibotma commented 1 year ago

Thanks for the feedback!

  1. Will probably not happen anytime in the near future, because my time is limited and I currently don't need it for my use-cases. PRs are very welcome, though.

  2. Will take a look at this.

saibotma commented 1 year ago

Can you please create separate issues for the two bullet points? Thanks!