Capacitor: bug: compiling with cordova-plugin-iosrtc

Created on 17 Oct 2019  路  5Comments  路  Source: ionic-team/capacitor

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

known incompatible cordova plugin workaround

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

All 5 comments

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)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

peterpeterparker picture peterpeterparker  路  37Comments

aadriann picture aadriann  路  19Comments

mlynch picture mlynch  路  21Comments

JStumpp picture JStumpp  路  42Comments

sneko picture sneko  路  19Comments