Open UI Voice Input
Hi,
I am facing an issue for voice input in siebel open ui.
I have configured voice input for comments field in siebel. But this thing is intermittent. Its giving error: "Connection to speech servers failed."
Anybody have any idea around it.
I have configured it as:
var lastNameCntrl = cntrl.GetInputName();
$('input[name="'+lastNameCntrl+'"]').attr("x-webkit-speech","x-webkit-speech");
where lastNameCntrl has my comments field.
Regards
Arpit