Andriod Zoom Sdk Picture in picture Limited access

Latest Zoom SDK issue - Question

In Zoom SDK 5.13.5, we developed a calling activity by extending it from MeetingActivity. This allowed us to easily access and implement picture-in-picture mode using the onBackPress and onLeaveHint methods. However, with the latest Zoom SDK 5.15.3, MeetingActivity has been deprecated and replaced with NewMeetingActivity. Unfortunately, this change prevents us from accessing the onBackPress and onLeaveHint methods in the calling screen, and as a result, we are unable to trigger actions like picture-in-picture mode when the user presses the back button on the calling screen.

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