OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

Error ionic app in android with target sdk 30 #171

Closed alexpeke closed 2 years ago

alexpeke commented 2 years ago

Hello,

I have detected an error that occurs in your ionic demo, the problem is that android does not share the video correctly with a pc connected in the demo "https://demos.openvidu.io/basic-videoconference/" when we increase the android target sdk to 30.

Since november all applications must have sdk target 30 to be uploaded to the play store, in case of ionic: ""

Tested Devices: Samsung A32 Android 11. Doesn't Work Samsung A40 Android 11. Doesn't Work Xiaomi Pocophone F1 Android 10. Works Fine Xiaomi Mi11 Android 11. Works Fine

At the moment, the error only appears on samsung devices with android 11.

Captura de pantalla 2022-01-17 172554

Thank you,

CSantosM commented 2 years ago

Hi, do you have any special error log which help us to fix this issue?

alexpeke commented 2 years ago

Thank you for the quick answer,

When the video doesn't work I get this warning in PC console Captura de pantalla 2022-01-18 130437

And in Android side Sin título

Thank you.

gomez34 commented 2 years ago

Hi, Same error here, to upload an app to the play store it is necessary to indicate sdk-target 30 since November, any solution?

Thanks.

gomez34 commented 2 years ago

Hi, @CSantosM how I can help solve the problem? I have been trying to solve the problem for a few weeks

Thanks