Using ARKit with WebRTC

Hi, I created an WebRTC app (using GoogleWebRTC) wich is also using ARKit.


WebRTC is using a AVCaptureDevice which streams it's video through the rtc connection. This part of my app is working correctly and I can see the video on the other side of rtc.

But ARKit doesn't show any video. Through research I noticed that ARKit is also using this and it can only be one at a time.


My question is what I can do to use ARKit and WebRTC together.