opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
210 stars 155 forks source link

publisher video freezes after few seconds. - Android #632

Closed KiranRadish closed 1 year ago

KiranRadish commented 1 year ago

On Android after connecting, the video suddenly freezes - image gets stuck of user but audio still works. "opentok-react-native": "^0.21.1", buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31 ndkVersion = "21.4.7075529"

fossmobile commented 1 year ago

I had the same issue downgrade to ^20.0 helped

KiranRadish commented 1 year ago

@fossmobile yes downgrading the version works but this should work on 0.21.1 too, may be some changes required at native side

vineus commented 1 year ago

more details here: https://github.com/opentok/opentok-react-native/issues/628

fossmobile commented 1 year ago

Hi,

Any update on this as opentok react native lib is crashing with Anroid 11and 12 with the latest? I think it is due to permissions as there are lot changes on Android SDK 31 , Not sure its been ported to react native as yet.

jeffswartz commented 1 year ago

Fixed with https://github.com/opentok/opentok-react-native/pull/646.