jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
270 stars 235 forks source link

youtube webview issue when in sdk #159

Open zaki-vempower opened 1 year ago

zaki-vempower commented 1 year ago

Description:

Steps to reproduce:

  1. Join any room
  2. paste a yt link in the dialog

Expected behavior:

Actual behavior:

Screenshot_20221026-194441_Jitsi SDK test Screenshot_20221026-200054_Jitsi SDK test

https://user-images.githubusercontent.com/64267273/198052756-57bc44f1-3742-47fa-b19b-d24cb4e5763e.mp4

Server information:

Client information:

Additional information:

md-ajju commented 1 year ago

Same issue facing. @saghul Please find the example repo tested here. https://github.com/md-ajju/react-native-jitsimeet

Above video converted to play in github mobile app

https://user-images.githubusercontent.com/108057436/200831031-e8884414-fc6a-4d17-8f13-d05324974cee.mp4

saghul commented 1 year ago

What SDK version are you using?

md-ajju commented 1 year ago

jitsi-meet-sdk:5.0.2

saghul commented 1 year ago

Please update to the latest, 6.2.2 at the time of this writing.

We don't have the resources to support old SDK versions.

md-ajju commented 1 year ago

I just tested this on 6.2.2 and the issue seems to persist even in this version and by the way its only causing this issue in Samsung devices

saghul commented 1 year ago

If it's a device specific issue it's unlikely we can do much about it.

We use a WebView to load YouTube and send commands to it, we are not in control of the system WebView.

zaki-vempower commented 1 year ago

Short query by the way- But it's working on Samsung devices if i run the main jitsi-meet app but it only has issues when i use this sdk.

saghul commented 1 year ago

What app and SDK versions did you try?

zaki-vempower commented 1 year ago

SDK versions that I tried were 6.2.2 and 5.1.0 using your sample JitsiSDKTest, and the app I used (where it's working) was either from the play store jitsi app or the apk I built from jitsi-meet repo. Thanks

saghul commented 1 year ago

Hum, that's really odd! I take it this was on the same device?

zaki-vempower commented 1 year ago

Yes

saghul commented 1 year ago

That's a werid one. Sorry I have no idea why that could be.