It should be possible to schedule an Input component to start as soon as the call is connected, to avoid a race condition between answering a call and beginning the input.
This would mean accepting an <input/> prior to <answer/>, and allowing an <input/> nested in <dial/>.
It should be possible to schedule an Input component to start as soon as the call is connected, to avoid a race condition between answering a call and beginning the input.
This would mean accepting an
<input/>
prior to<answer/>
, and allowing an<input/>
nested in<dial/>
.