jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
273 stars 238 forks source link

Get video call duration once video call is completed in current app . #130

Closed aivision369 closed 2 years ago

aivision369 commented 2 years ago

I have implemented this sdk and its working fine in my current app. I have checked that we can receive JitsiMeet sdk data in Broadcast receiver, like Joined url, Participant joined name etc. but is it possible to get the call time duration in current app once video call is completed ? I have tried to get that by passing some key value in intent but not possible. For more explanation I attached screenshot. Screenshot_2022-01-19-20-31-19-777_com - Copy

I want that 00:16 in my current app once call is completed because I need to use that time for another purpose so is it possible? @saghul Help would be appreciate, thank you.

saghul commented 2 years ago

Interesting use case. We currently don't have a way to get that.

aivision369 commented 2 years ago

Thank you for your quick reply. If possible then please, because I think if I will manage that things manually from my app then time accuracy will effect. I mean live call time and managed from my app's time will be different. @saghul

saghul commented 2 years ago

A PR adding this would be welcome!