twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
460 stars 178 forks source link

53005 "DNS resolution for signaling failed" #485

Closed dsngeu closed 4 years ago

dsngeu commented 4 years ago

I am getting this error from delegate when I try to connect room via valid token and valid room name for video call

func roomDidFailToConnect(room: Room, error: Error) { Error Domain=com.twilio.video Code=53005 "DNS resolution for signaling failed" UserInfo={NSLocalizedDescription=DNS resolution for signaling failed} }

how to solve this problem? what is reasons of this error?

ceaglest commented 4 years ago

Lets use the other issue you filed: https://github.com/twilio/twilio-video-ios/issues/91