この Twilio TwiML に相当するものは、C# では何ですか? 私が最も興味を持っているのは、C# で hangupOnStar を実装し、呼び出しを別の 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>