stasel / WebRTC-iOS

A simple native WebRTC demo iOS app using swift
Apache License 2.0
1.11k stars 241 forks source link

WebRTC status showing "failed" when running in Mac Catalyst #117

Open subinrevi opened 2 years ago

subinrevi commented 2 years ago

Getting an error in WebRTC status. I am trying to run this as a Mac Catalyst application.

macOS version - 12.4

Getting this error in console:

"peerConnection new signaling state: stable"
2022-08-07 22:40:17.465284+0530 WebRTC-Demo[93859:506620] [auvp]         AUVPAggregate.cpp:2204  AggInpStreamsChanged wait failed
2022-08-07 22:40:17.580950+0530 WebRTC-Demo[93859:506620] [vp]      vpStrategyManager.mm:358   Error code 2003332927 reported at GetPropertyInfo
"peerConnection new connection state: checking"
"peerConnection did add stream"

Attaching application screenshot for reference.

Screenshot 2022-08-07 at 10 51 54 PM