jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
21.79k stars 6.52k forks source link

Whiteboard support for Android #14700

Closed mdhanif-simformsolutions closed 1 week ago

mdhanif-simformsolutions commented 2 weeks ago

Description:

When trying to start Whiteboard from Mobile it says 404 not found, but when tried from Web/Desktop it works perfectly fine. We have same config for every platform.

Steps to reproduce:

  1. Start a meeting from Android
  2. Click on Whiteboard option
  3. It shows 404 not found error in Mobile. Both in Android/iOS.

Expected behavior:

Actual behavior:

Server information:

saghul commented 2 weeks ago

What backend server are you connecting to? What version does it run?

mdhanif-simformsolutions commented 2 weeks ago

Hi, this is the version :- lib-jitsi-meet version:456e45ee

saghul commented 2 weeks ago

That commit is from November last year. You need to be on the latest Jitsi Meet stable release for it to work.

mdhanif-simformsolutions commented 2 weeks ago

Not sure, if it's related to that as we have this working in Web and Desktop version both but it doesn't work with Android/iOS. We have same versions for all the platforms.

saghul commented 2 weeks ago

Support for mobile requires a new static page that is deployed and loaded in a WebView. The web version does not use this, that's why you see it working there.

mdhanif-simformsolutions commented 1 week ago

We updated our BE to the latest version and it fixed the issue. Thanks for sharing the details.

saghul commented 1 week ago

Glad you got it working!