I am trying to code making a call to phone number from web application using c# without MVC. using the trial url, able to make a call and listening the demo voice . Now i want to go live/ test with my voice like taking in the web application using system/laptop mic/speaker. What to pass in the URL parameter. Iam using the
var call = CallResource.Create(
record: true,
to: new Twilio.Types.PhoneNumber("xxx-xxx-xxxx"),
from: new Twilio.Types.PhoneNumber("xxx-xxx-xxxx"),
url: new Uri("https://demo.twilio.com/welcome/voice/"));