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
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