Video call Application in QT
-
Hi
I need a video call application in my Qt 5.x QML application.
Is there any simple approach in creating a simple video call application in qt qml?
I am really new to this.
Please some one help me out.
I am working in ubuntu 11.10 ARM device.
Thanks and Regards,
Reshmi. -
There is no direct IP Telelphony integration in Qt/QML. You need to mix Video grabbing, transmitting video, network programming and IP Telephony for doing this.
-
Hi,
There's KDE's Telepathy project that might help for that