What would the equivalent of this Twilio TwiML be in C#? I'm most interested in implementing the hangupOnStar in C# and passing the call to another URL.
<?xml version="1.0" encoding="UTF-8" ?>
<Response>
<Dial hangupOnStar="true">
<Conference>ConferenceOne</Conference>
</Dial>
<Gather action="http://example.ngrok.io/Conference/Join" numDigits="1">
<Say>To mute all participants, press one</Say>
<Say>To leave the conference, press two</Say>
</Gather>
</Response>
"hanguponstar" has to be added to "Dial" example: