Hi,
I have a desktop application like Skype, for video call I have achieved the feature for join call, but I won't add feature like Skype when someone call me, I am getting call ring or notification like Skype call, in our application so please suggest me, how can I implemented it.
Tuhin PaulPosted Jan 18, 2025, 3:39 AM
You would need some event-driven logic where your application listens for incoming calls, usually from a server or signaling service. Here's a simplified way to represent that:
This is a high-level approach,
Alex DavisPosted Jan 17, 2025, 1:55 PM
Hi,
To implement a feature like Skype where users receive a call ring or notification when someone calls them, you can use a combination of push notifications and real-time communication.
Here are some steps to help you:
If you're building a video calling feature from scratch or want to learn more about how to build a video chat app, there are great resources and SDKs like WebRTC, Agora, or Twilio that can simplify the process.
Laxmidhar SahooPosted Jan 3, 2018, 4:13 AM
Shefali LahariyaPosted Jan 3, 2018, 2:57 AM
Laxmidhar SahooPosted Jan 2, 2018, 11:43 PM