How to fix Duplicate class errors between react-native-webrtc and react-native-voximplant

For over a week I have been trying to fix this error and I have not been able to figure it out how to fix it. I used react-native-voximplant to build P2P video calling following a tutorial, but I wanted to extend it with conference call/live broadcast like Zoom or MS Teams, but as soon as I installed react-native-webrtc I got the duplicate error. When I uninstall react-native-webrtc my app works fine. But I really want to use react-native-webrtc to achieve it not react-native-voximplant.
So how do I overcome this duplicate error? Thanks in advance for your kind help.

Here’s the screenshort of the error messages:
enter image description here