Can I get Connected Time in Zoom Android?

can i get connected time in zoom? which api i use? please guidline to me?
thanks you all,

Hi @cmaye.onthego, thanks for using the dev forum.

While the SDK does not directly provide this information, you can easily calculate this by storing the time when you joined the meeting (as indicated by receiving the onMeetingStatusChanged callback with a meetingStatus of MEETING_STATUS_INMEETING) and then subtracting that value from the current time whenever you need to access this.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.