<voice_rec_authprompt>

Pops up the Flash authorization request for use of the computer's microphone for a future <voice_rec> interaction.

Use this in a node previous to a node with <voice_rec> in order to obtain mic authorization ahead of time.

Child of: <node name="">
Parent of: <mic_accept_node>, <mic_deny_node>
See also: <voice_rec>

Example:

<voice_rec_authprompt>
        
<mic_accept_node>mic_accepted</mic_accept_node>
        
<mic_deny_node>mic_denied</mic_deny_node>
</voice_rec_authprompt>