Can you please remove iosrtc and use webrtc in ios

I found link which is webrtc for ios. You can embed this now.

https://webrtc.github.io/webrtc-org/native-code/ios/

Your earlier version was working perfectly in ios ionic app. but your latest versions working without microphone and video. Very difficult to debug. In web, working like bread butter.

I’m having a lot of issues with iOS and thought this post was interesting.
How exactly would exhange be done?
iosrtc in something that we include in our package.json (ionic project). Guessing that should be removed then…
I followed the link and saw that the GoogleWebRTC pod should be added… then what? :slight_smile:

https://github.com/cordova-rtc/cordova-plugin-iosrtc/issues/738

check this. i resolved after commenting iosrtc code. now it will work like web in ios

Hello @anupzone , we are aware on this, we have it in our backlog, we will take a look after the coming release 2.22.0

Hi, I’ve updated and commited (on master) the openvidu-ionic tutorials (capacitor and cordova). Now both of them is using the native WebRTC supporting in theirs respective webvies so iosrtc is not longer needed.
This will be released on the 2.23.0.

Thank you! :wink:
Regards!!