reactor-studio / react-native-zoom-sdk

React Native wrapper for Zoom.us
30 stars 13 forks source link

RNMobileRTC.initialize showing undefined #4

Open rishabhsaxena9 opened 6 years ago

rishabhsaxena9 commented 6 years ago

RNMobileRTC.initialize('KOxxxxxxxxxxxxxxxxEA', 'jKo7hxxxxxxxxxxxxxxxxKKGnEV1', 'zoom.us') .then((result) => console.log(result)) .catch((error) => console.log(error));

the result is showing undefined here for react-native-ios

KawaljeetSBagga commented 4 years ago

@rishabhsaxena9 How did you solve this?