Open rishabhsaxena9 opened 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
@rishabhsaxena9 How did you solve this?
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