Hello!
I use SIP Plugin for calls from mobile app.
After 10 seconds since call was started we lost audio from called device.
Before that we receive {“request”:“update”} from app and several “janus”:“trickle” requests.
In logs I see this messages
[WARN] [2417005138947179] ICE failed for component 1 in stream 1, but let’s give it some time… (trickle pending, answer received, alert not set)
[WARN] [2417005138947179] ICE failed for component 1 in stream 1, but we’re still waiting for some info so we don’t care… (trickle pending, answer received, alert not set)
And [2417005138947179] Hanging up PeerConnection because of a Detach
What does this mean and where I can found a problem?
Thank you!