I've just started to make my planning and I have some questions concerning the sip module that you're developing right now. We've talked that I could already start the telephony interface this month. In order to include this in my plan I've just wanted to hear your opinion on what should be included in the base telephony interface. I've thought about the following things:
1) Make and receive calls
2) Video conversations
3) Calls history
Another old mail that I don't think I've replied to
Yana Stamcheva wrote:
Hi Emil,
I've just started to make my planning and I have some questions concerning the sip module that you're developing right now. We've talked that I could already start the telephony interface this month. In order to include this in my plan I've just wanted to hear your opinion on what should be included in the base telephony interface. I've thought about the following things:
1) Make and receive calls
2) Video conversations
3) Calls history
I am thinking that the video conversations part should be implemented by the media impl (possibly as a plugin to the ui). The reason for this is that some media implementations (probably all except for those using JMF) may be unable to return swing components that our swing ui could manipulate. We could also have impls (e.g. vlc/ffmpeg/vic based) that would want to display their UI outside of the communicator.
We'll discuss this further once I finish the media package.