Open
Description
In our project, we've successfully implemented Twilio video calls. We're now integrating the Twilio Voice framework as well. However, we've encountered an error: 'DefaultAudioDevice' is ambiguous for type lookup in this context.
import TwilioVideo
import CallKit
import TwilioVoice
var audioDevice: DefaultAudioDevice = DefaultAudioDevice()
I tried with TwilioVideoSDK.DefaultAudioDevice() but its throw the following error: "Type 'TwilioVideoSDK' has no member 'DefaultAudioDevice'"
Metadata
Metadata
Assignees
Labels
No labels