Is it possible to use this library on the iOS simulator for m1 macs? Installing this library works fine using pod install, but trying to build the app in xcode shows errors like:
.../react-native-webrtc/ios/RCTWebRTC/WebRTCModule.h:15:9: 'WebRTC/RTCMediaStream.h' file not found
Building for a physical iOS device works fine.
If this is not supported currently, is it possible to add support?