christiansolis3000 / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Custom ring-tone for SIP using siprtmp #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First requested by dima <dganenko@gmail.com> on Mar 2, 2011.
Not a valid issue as you can achieve this using Javascript API.

--

Hello,

Whether it is possible to make flash videoio playing some ring tone
sound while dialing and busy tone when call rejected?

Thanks,
Dmitry
--
Hi Dmitry

Do you need this for Flash-to-SIP using videoio? In that case you
could use the onCallback mechanism described in
http://myprojectguide.org/p/flash-videoio/11.html to play the sounds
in your Javascript I think. On the other hand for non-SIP calls,
videoio doesn't really have a notion of call signaling, since all
properties are set by Javascript/HTML and signaling is to be done
externally in Javascript. Hence may be Javascript can play the sounds
as needed.

Thanks and regards,
Kundan
--
Yes, exactly, I had not thought about this... :)
...

Original issue reported on code.google.com by kundan10 on 10 Mar 2011 at 10:12