ooVoo Forums

Welcome to ooVoo Forums Sign in | Join | Help
in Search

Browse by Tags

onCallEnded (RSS)
  • Re: Get time duration

    All you need to do is create endOfCall function in your javascript. Use this code as an example: function endOfCall(duration) { alert(duration); } When you terminate the call the applet calls for endOfCall function.
    Posted to Forum by sergeyd on 04-06-2009
  • Get time duration

    How can I get the time duration of the call? I'm using the roomProps.onCallEnded event and it's not working. It supposed to return the time duration but it isn't.
    Posted to Forum by kakaiba on 04-06-2009
Page 1 of 1 (2 items)