0
Answered
how do i delay audio start
I have more rthan one scvene on one webpage. How do I get the second character to start speaking AFTER the first one finishes
Answer
Answer
Under review
Hi Ray!
You would want to use the API callbacks to coordinate.
Check out the API Reference documentation for vh_talkEnded.
You also need to load the characters into separate iframes to be able to individually control them.
We have a code example doing so - please check it out -
http://www.oddcast.com/support1/conversation.html
and let me know if any questions.
Best,
Gil
Customer support service by UserEcho
Hi Ray!
You would want to use the API callbacks to coordinate.
Check out the API Reference documentation for vh_talkEnded.
You also need to load the characters into separate iframes to be able to individually control them.
We have a code example doing so - please check it out -
http://www.oddcast.com/support1/conversation.html
and let me know if any questions.
Best,
Gil