Ivo Beckers
Results
4
comments of
Ivo Beckers
Fixed with b5da45936b0e2fa2fc9b862e0c9fcfe0974c7780
I have the same issue
I believe I found the solution. In sip_ua_helper there is the line ``` List iceServers = [ {'url': 'stun:stun.l.google.com:19302'}, ``` This needs to be ``` List iceServers = [ {'urls':...
see also https://github.com/flutter/flutter/issues/138707