twilio / video-quickstart-ios

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

Unable to use Connect() method #591

Closed hitgupta closed 2 years ago

hitgupta commented 3 years ago

I am using TwilioVideo SDK and on calling room = TwilioVideoSDK.connect(options: connectOptions, delegate: self)

I am getting compile time error : Type of expression is ambiguous without more context

Xcode being used : 12.2 Minimum iOS version 13 Swift 5

paynerc commented 3 years ago

@hitgupta,

Can you please enclose the code surrounding your connect call as it will be helpful to diagnose the issue.

Thank you,

Ryan

ceaglest commented 2 years ago

Hi,

Our examples have some connection code that you can reference. Let us know if you need any more help.

Best, Chris