react-native-jitsi-meet
react-native-jitsi-meet copied to clipboard
Touch is not working for JITSI video calling screen buttons.
Buttons are not working in jitsi video call due to below error after touching the call end , mute and other given buttons.
JitsiMeetSDK: [features/app] Error(TypeError){"message":"l.playTouchSound is not a function. (In 'l.playTouchSound()', 'l.playTouchSound' is undefined)","stack":"[email protected]:213:9252\n_playTouchSound@[native code]\[email protected]:213:9074\n_performSideEffectsForTransition@[native code]\[email protected]:213:7784\n_receiveSignal@[native code]\[email protected]:213:5072\ntouchableHandleResponderRelease@[native code]\[email protected]:95:1197\[email protected]:95:1340\[email protected]:95:1394\[email protected]:95:1692\[email protected]:95:2482\nforEach@[native code]\[email protected]:95:2282\nindex.android.bundle:95:13914\[email protected]:95:88659\[email protected]:95:13582\[email protected]:95:13755\[email protected]:95:14547\[email protected]:37:3685\nindex.android.bundle:37:841\[email protected]:37:2939\[email protected]:37:813\nvalue@[native code]"}
I've got the same bug after RN upgrade to 0.64.3. Did you find anything ?
Nope, the same error is there for 0.63.4 and 0.64 as well .
Nope, the same error is there for 0.63.4 and 0.64 as well .
@monikapn looks like RN 0.64 is not supported by JITSI SDK 3+ https://github.com/jitsi/jitsi-meet/issues/10192 You'll have to downgrade RN to 0.63.4 for things to work I guess ...
I am facing the same issue in RN 0.63.4 for react-native-jitsi-meet 2.2.0, 2.1.2 and 2.1.1 version
I have the same problem with the react-native version 0.63.3, can someone help me please