How to call a javascript function(Jitsi Meet API) on button click and open the result(meeting) in a new window, in this case the function has to open up a new Jitsi meeting I have a javascript function that calls the Jitsi Meet API and opens up or launches a new meeting on button click? As of now, the meeting launches
Tag: jitsi-meet
undefined is not an object (evaluating ‘_this.props.navigation’) in react native when passing parameter
im passing parameter from screen A to screen B Screen A : Screen B : but theres an error on screen B that say ‘undefined is not an object (evaluating ‘_this.props.navigation’)’ im using react-native-jitst-meet to create simple confrence app for class project. I really hope you guys can give the solution. Thankyou before Answer You are using a functional component.