I’m working on an app that has a feature to make calls. While looking around about how I can add the call feature, I came across twilio voice sdk.
I tried out their quickstart app and seemed simple enough to implement. I added the relevent code to my app and almost everything seems to be working. I can accept calls, others can hear my voice on their end but I’m not able to hear anything.
I tried setting the speaker device using “device.audio.speakerDevices.set()” but the browser returns an error saying that the “selection feature is not supported by this browser”.
Is there a way for this to work or should I make a Plugin using the twilio android and ios sdks for my project?
1 post - 1 participant