markmacau

Results 2 issues of markmacau

Thanks for great tool. I found that ssml-builder return null when no text such as '' provided for prosody. This returns ssml properly: `speech.prosody({rate: "110%"},"abc")` This returns null: `speech.prosody({rate: "110%"},"")`...

I have modified the url on SimpleDemo from http://demo.openwebrtc.io to my server http://k2.firstmacau.com:18082 which is same as Kurento Media Server's example server code at https://github.com/Kurento/kurento-tutorial-js/tree/release-5.1/kurento-one2one-call When I initiate a call...