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

Update OTSessionManager.java - Fix camera lifecycle #654

Closed cnx-carlosvogt closed 1 year ago

cnx-carlosvogt commented 1 year ago

Contributing checklist

Bugfix #150 This PR fixes the problem of the camera freezing in certain situations, such as when another application takes control of the camera and when returning to opentok the camera remains frozen, with this correction this no longer occurs.

Solves issue(s)

cnx-renansoares commented 1 year ago

Hi guys,

We are using the lib for a while and had this problem. We solved this doing what @cnx-carlosvogt mentioned above.