Known issues

This document contains current known issues for Google Meet Live Sharing SDK.

Using APIs in parallel

Using the Co-Watching API and Co-Doing API together in parallel might slow down updates across different users, affecting the user experience. Use either the Co-Watching API or Co-Doing API at one time, until performance is improved in an upcoming version.

Calling queryMeeting() frequently

Calling AddonClient.queryMeeting() frequently (for example, every 100 ms) could eventually cause your application to crash due to a low-level issue with Android garbage collection not occurring quickly enough. As a result, this method is now deprecated.

Instead, use AddonClient.registerMeetingStatusListener() to overcome this issue.