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

Get Meeting Timer #40

Open zionnite opened 2 years ago

zionnite commented 2 years ago

Hello sir, please i would love to get the timer of the meeting so as to be able to track the number time user spend on meeting?

saibotma commented 1 year ago

Hey @zionnite, I am sorry, but I will not implement this on my own atm. Feel free to create a PR, though.

chetu-ko commented 1 year ago

I didn't get any events to get time for a meeting when it ends, in jitsi_meet SDK itself. Hope this answer may help others.

Handle your own timing when the meeting joins and ended in listeners.

If anyone knows the information feel free to give suggestions.

Thanks.