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 user experience. Use either the Co-Watching API or Co-Doing API at one time, until performance is improved an upcoming version.
Calling queryMeeting()
frequently
Calling LiveSharingClient.queryMeeting()
frequently (for example, every 100 ms) can eventually cause your app to crash due to a low-level issue with Android garbage collection not occurring quickly enough. This method is now deprecated; use LiveSharingClient.registerMeetingStatusListener()
instead to overcome this issue.