datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
273 stars 229 forks source link

Not retaining the current call state on hold/unhold function #208

Open vtn-dev-sameer opened 4 years ago

vtn-dev-sameer commented 4 years ago

Hi, The application is not able to retain its current call state like mute, stop video feed, front/back camera when unHolding the call. This issue happens when call resumes using hold/unhold function. On unHold, all the call settings reset to default i.e unMute, call with video-enabled, font camera.

Please suggest.