i've been working on project with apirtc for videocall, i had problems when i added cordova-plugin-iosrtc and compiling in xcode

Ever get this to compile Diego, I similarly need to use cordova-plugin-iosrtc with capacitor but it fails to build in xcode. Looks mostly like swift compile errors to me.
the plugin has a hook that makes a lot of changes on the native project, since Capacitor doesn't support hooks, it won't work.
Closing as "knonw incompatible cordova plugin"
If this isn't supported in capacitor, there is no way to use getUserMedia in capacitor, correct?
The Docs have been updated. The Plugin should work now with Capacitor:
https://github.com/cordova-rtc/cordova-plugin-iosrtc/blob/master/docs/Building.md
adding workaround label as it seems to work, but looks like it has some issues (I tried their sample app and in Cordova it shows two camera feeds, one full screen and the other a small window, and in Capacitor only the small window shows the feed, but not the full screen)
Most helpful comment
The Docs have been updated. The Plugin should work now with Capacitor:
https://github.com/cordova-rtc/cordova-plugin-iosrtc/blob/master/docs/Building.md