-
Notifications
You must be signed in to change notification settings - Fork 355
Description
Hi team,
I am facing an issue with the call connection. The call is not connected randomly and I found the following logs when the call is not connecting-
Sent STUN request 1; resend delay = 250 (stunrequest.cc:250): Sent STUN request 1; resend delay = 250 (stunrequest.cc:250): Sent STUN request 1; resend delay = 250 (turnport.cc:801): Port[0x10805f400:0:1:0:relay:Net[en1:169.254.0.x/16:Wifi:id=1]]: Failed to send TURN message, error: 65 (turnport.cc:1281): Port[0x10805f400:0:1:0:relay:Net[en1:169.254.0.x/16:Wifi:id=1]]: TURN allocate request sent, id=75314e467669796266674a74 (stunrequest.cc:250): Sent STUN request 7; resend delay = 8000 (stunport.cc:540): sendto : [0x00000041] No route to host (stunrequest.cc:250): Sent STUN request 7; resend delay = 8000 (stunport.cc:540): sendto : [0x00000041] No route to host (stunrequest.cc:250): Sent STUN request 7; resend delay = 8000 (turnport.cc:801): Port[0x1080a7800:1:1:0:relay:Net[en1:169.254.0.x/16:Wifi:id=1]]: Failed to send TURN message, error: 65 (turnport.cc:1281): Port[0x1080a7800:1:1:0:relay:Net[en1:169.254.0.x/16:Wifi:id=1]]: TURN allocate request sent, id=334a466747623251374b6d4f
I am using the following environment-
iOS Version - 17.0
Quickblox iOS SDK version - 2.19.0
QuickbloxWebRTC SDK version - 2.8.1
Xcode Version - 14.3.1
The TURN server is creating issues according to me-
(turnport.cc:801): Port[0x1080a7800:1:1:0:relay:Net[en1:169.254.0.x/16:Wifi:id=1]]: Failed to send TURN message, error: 65
Thanks in Advance