Play recorded meeting in webview and show watermark on top of it

Using this template helps us debug your issues more effectively :slight_smile:

Description
I am playing recorded meeting video in webview in Android. The video is shown in webview with fullscreen mode and a seekbar. I am showing a watermark on top of webview. When full screen mode button is clicked the watermark stops displaying. But when i move back to normal view it again starts showing.

Error
Text above webview stops displaying when zoom recorded video goes into full screen mode.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Any url of recorded video would do.

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create and complete a meeting.
  2. retrieve recorded video of the meeting.
  3. play the recorded video in a webview with a textview on top of webview.
  4. press full screen button of zoom recorded video player interface.
  5. check if the text is still displaying.

Screenshots (If applicable)

Hey @vipin.rai,

Thank you for reaching out to the Zoom Developer Forum. While this issue is outside the scope of what we can help out with here, I’ll try my best to offer some advice.

One option is to add JS to your Webview so that the watermark is able to detect when the pages goes fullscreen and adjust accordingly. See this stackoverflow post that I found:

Let me know if that helps.

Thanks,
Max

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