opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
211 stars 169 forks source link

How can I get call duration of each participant in Multiparty Constraint Layout #402

Closed AmjedAli closed 1 year ago

AmjedAli commented 2 years ago

Is it possible to check the talk time consumed by users using opentok?

v-kpheng commented 1 year ago

@AmjedAli, sorry, we don't have an API to determine call duration. There are no near-term plans for it either.

If it helps, here's one approach that may work for you: https://stackoverflow.com/a/64588346. Hope that helps.