DEV Community

chadabhavani23
chadabhavani23

Posted on

Webrtc ios call connection

We are developing an application where we are trying to send an audio call from iOS to android using webRTC.Im able to get the ringing and connecting states but the call is not getting established .Getting the below failure response from android.Can anyone please help on this.

libjingle: (port.cc:734): Jingle:Port[0xba42f800:audio:1:0:relay:Net[swlan0:192.168.43.x/24:Unknown]]: Port deleted
libjingle: (basicportallocator.cc:924): Jingle:Port[0xba42f800:audio:1:0:relay:Net[swlan0:192.168.43.x/24:Unknown]]: Removed port from allocator (9 remaining)
libjingle: (port.cc:734): Jingle:Port[0xba42fb80:audio:1:0:relay:Net[rmnet1:10.15.166.x/24:Cellular]]: Port deleted
libjingle: (basicportallocator.cc:924): Jingle:Port[0xba42fb80:audio:1:0:relay:Net[rmnet1:10.15.166.x/24:Cellular]]: Removed port from allocator (8 remaining)
/libjingle: (port.cc:734): Jingle:Port[0xba42f480:audio:1:0:relay:Net[rmnet0:25.29.38.x/24:Cellular]]: Port deleted
/libjingle: (basicportallocator.cc:924): Jingle:Port[0xba42f480:audio:1:0:relay:Net[rmnet0:25.29.38.x/24:Cellular]]: Removed port from allocator (7 remaining)

Top comments (0)