In the example tutorial, this class is imported in the android/app/src/main/java/com.openvidu_react_native/MainApplication.java file (import com.oney.WebRTCModule.WebRTCModulePackage;)
and in the List method is added:
packages.add(new WebRTCModulePackage());
So you mean that you are trying to run the official openvidu-react-native tutorial openvidu-react-native - OpenVidu Docs
and you are having problems with it?
The official tutorial works fine. The tutorial run 0.70.x version, but I use react-native 0.63.5,
so, I don’t know if the problems I’m having is a compatibility issue with the version.