Check if meeting activity is in focus

I want to record when users pause the meeting activity or minimize it. Is there any way to know when the meeting activity is in focus? Alternatively is there any way to record the join and leave time of a particular user using android SDK?

Hi @tejas-mane, thanks for the post.

I want to record when users pause the meeting activity or minimize it.

Can you please confirm whether you are using the default UI or have implemented a custom meeting UI?

Alternatively is there any way to record the join and leave time of a particular user using android SDK?

One way of doing this would be to record the timestamp of the
onMeetingUserJoin and onMeetingUserLeave callbacks.

Thanks!

Thanks. I am using default UI.

Hi @tejas-mane,

Thanks for confirming. Please see this support article on how to extend the MeetingActivity. After doing this, you will have access to the Activity lifecycle of the Activity used to display the meeting UI.

Thanks!

Thanks. This is exactly what I was looking for.

You’re welcome, glad I could help!

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